An implementation of DBusPropertiesMixinSetter which assumes
that the setter_data
is the name of a writable Object property of an appropriate type, and sets
that property to the given value.
object |
The exported object with the properties |
iface |
A quark representing the D-Bus interface name |
name |
A quark representing the D-Bus property name |
value |
The new value for the property |
setter_data |
The setter_data from the DBusPropertiesMixinPropImpl, which must be a string containing the GObject property's name |
|