overriding org.freedesktop.DBus.Properties GetAll method #266
12-3-8-s9b9o9j9t
started this conversation in
General
Replies: 1 comment 1 reply
-
No, AFAIK, the underlying library -- libsystemd -- handles and implements that method itself; it doesn't bubble up to be handled by sdbus-c++. Hence, I'm not aware of any way of overriding this at the level of sdbus-c++. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to override the
GetAll
method of theorg.freedesktop.DBus.Properties
interface, so that it ignore properties when it is empty vectors or maps, is that possible ?Beta Was this translation helpful? Give feedback.
All reactions