get_backend_property_sync
Description:
public virtual bool get_backend_property_sync (string prop_name, out string prop_value, Cancellable? cancellable = null) throws Error
Queries this's backend for a property of name prop_name.
Parameters:
| this |
an Client |
| prop_name |
property name, whose value to retrieve; cannot be |
| prop_value |
Retrieved backend property value; cannot be |
| cancellable |
a Cancellable; can be |
Returns:
|
|