set_backend_property


Description:

[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public virtual async bool set_backend_property (string prop_name, string prop_value, Cancellable? cancellable) throws Error

Warning: set_backend_property is deprecated since 3.8.

Sets this's backend property of name prop_name to value prop_value.

Note:

Clients cannot set backend properties.

Any attempt will fail with an NOT_SUPPORTED error.

The call is finished by set_backend_property.end from the callback.

Parameters:

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

callback

callback to call when a result is ready

user_data

user data for the callback