An implementation of DBusPropertiesMixinGetter which assumes
that the getter_data
is the name of a readable Object property of an appropriate type, and uses it
for the value of the D-Bus property.
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 |
A GValue pre-initialized to the right type, into which to put the value |
getter_data |
The getter_data from the DBusPropertiesMixinPropImpl, which must be a string containing the GObject property's name |