bindings: cxx: rename line_bulk::add() to line_bulk::append()
authorBartosz Golaszewski <bartekgola@gmail.com>
Tue, 27 Feb 2018 12:41:46 +0000 (13:41 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Tue, 27 Feb 2018 12:41:46 +0000 (13:41 +0100)
commit42038068fc6ab5d71cedcf6825d988b3eaa75400
treec4190dbc85c92c61f4659a2397cd02db0ac58ee3
parent860b3b6f155b45481b5bab9acd1397b04a73e707
bindings: cxx: rename line_bulk::add() to line_bulk::append()

This routine adds the line at the end of the internal list of lines.
Rename it to append() in case we ever want to introduce prepend().

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
bindings/cxx/chip.cpp
bindings/cxx/gpiod.hpp
bindings/cxx/line_bulk.cpp