[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public virtual bool set_backend_property_sync (string prop_name, string prop_value, Cancellable? cancellable = null) throws Error
Warning: set_backend_property_sync is deprecated since 3.8.
Sets this's backend property of name prop_name to value prop_value.
Clients cannot set backend properties. Any attempt will fail with an e_client_error_not_supported error.
| this |
an Client |
| prop_name |
property name, whose value to change; cannot be null |
| prop_value |
property value, to set; cannot be null |
| cancellable |
a Cancellable; can be null |
|
true if successful, false otherwise. |