dbus_properties_mixin_set
Description:
[ Version ( since = "0.15.8" ) ]
public bool dbus_properties_mixin_set (Object self, string interface_name, string property_name, Value value) throws Error
Sets a property to the value specified by value
, as if by calling the D-Bus method org.
freedesktop.DBus.Properties.Set.
If Set would return a D-Bus error, sets error
and returns false
Parameters:
self |
an object with this mixin |
interface_name |
a D-Bus interface name |
property_name |
a D-Bus property name |
value |
a GValue containing the new value for this property. |
Returns:
|
Namespace: TelepathyGLib
Package: telepathy-glib