Skip to content
  • Christian Kellner's avatar
    boltd: workaround for gdbus-codegen and properties · b054a760
    Christian Kellner authored
    When using gdbus-codegen's generated Skeleton base class and over-
    riding (dbus exported) properties the dbus properties change
    signal is broken.
    Work around that by calling the super class (i.e. the skeleton's
    class) set_property method.
    See the comment in the code (bolt_device_set_property ) for details.
    b054a760