DBusPropertiesMixinGetter
Description:
[ CCode ( has_target = false ) ]
public delegate void DBusPropertiesMixinGetter (Object object, Quark iface, Quark name, Value value, void* getter_data)
public delegate void DBusPropertiesMixinGetter (Object object, Quark iface, Quark name, Value value, void* getter_data)
Signature of a callback used to get the value of a property.
For simplicity, in this mixin we don't allow getting a property to fail; implementations must always be prepared to return *something*.
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 |
Namespace: TelepathyGLib
Package: telepathy-glib