set_property_sync
Description:
[ Version ( since = "0.1.8" ) ]
public bool set_property_sync (string key, string value, Cancellable? cancellable = null) throws Error
public bool set_property_sync (string key, string value, Cancellable? cancellable = null) throws Error
Sets properties on an object
WARNING: This function is synchronous, and may block. Do not use it in GUI applications.
Parameters:
this |
a Profile instance. |
key |
The key |
value |
The value |
cancellable |
a Cancellable or null |
Returns:
true for success, else false. |