bindings: cxx: prepend all C symbols with the scope resolution operator
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 12 Jan 2023 18:36:32 +0000 (19:36 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 18 Jan 2023 15:17:18 +0000 (16:17 +0100)
commit4899f3c65d148b5f0e416ff41f85a07ace10d138
treeb98ce7617428345177aaf06bf60f2eba5bc94c99
parent68a36ddc2a7a2d47f178409ad5c5afa363c91c30
bindings: cxx: prepend all C symbols with the scope resolution operator

We explicitly resolve all global C symbols from libgpiod to the top-level
namespace. Fix it wherever its missing (mostly for C enum types).

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/line-request.cpp
bindings/cxx/line-settings.cpp