dbus_properties_mixin_getter_gobject_properties
Description:
public void dbus_properties_mixin_getter_gobject_properties (Object object, Quark iface, Quark name, Value value, void* getter_data)
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.
Parameters:
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 |
Namespace: TelepathyGLib
Package: telepathy-glib