treewide: kill line updating
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Sun, 21 Feb 2021 13:50:47 +0000 (14:50 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 18 Mar 2021 08:34:15 +0000 (09:34 +0100)
commitdd8f3a47caf8efdba3cae311f623509da0a0afe0
tree2046a59a598dda4f0c61099239945f2b1a0cd69d
parentf6f918d6cca99a540b6c43ee4c6684b61a58d394
treewide: kill line updating

This removes any trace of line updating from the API (C, C++ and Python).
The line objects will soon disappear entirely so in order to make the
gradual transition to the new data model easier, remove
gpiod_line_update().

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/gpiod.hpp
bindings/cxx/line.cpp
bindings/cxx/tests/tests-line.cpp
bindings/python/gpiodmodule.c
bindings/python/tests/gpiod_py_test.py
include/gpiod.h
lib/core.c