dbus_properties_mixin_setter_gobject_properties
Description:
public bool dbus_properties_mixin_setter_gobject_properties (Object object, Quark iface, Quark name, Value value, void* setter_data) throws Error
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.
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, which must be a string containing the GObject property's name |
Returns:
|
Namespace: TelepathyGLib
Package: telepathy-glib