DBusPropertiesMixinSetter
Description:
[ CCode ( has_target = false ) ]
public delegate bool DBusPropertiesMixinSetter (Object object, Quark iface, Quark name, Value value, void* setter_data) throws Error
public delegate bool DBusPropertiesMixinSetter (Object object, Quark iface, Quark name, Value value, void* setter_data) throws Error
Signature of a callback used to get the value of a 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 |
The new value for the property |
| setter_data |
The setter_data from the DBusPropertiesMixinPropImpl |
Returns:
|
|
Namespace: TelepathyGLib
Package: telepathy-glib