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
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. |
|