update_parameters_vardict_async
Description:
[ Version ( since = "0.17.6" ) ]
public async bool update_parameters_vardict_async (Variant parameters, string[] unset_parameters, out string[] reconnect_required) throws Error
public async bool update_parameters_vardict_async (Variant parameters, string[] unset_parameters, out string[] reconnect_required) throws Error
Requests an asynchronous update of parameters of this.
When the operation is finished, callback
will be called. You can then call
update_parameters_async.end to get the result of
the operation.
If parameters
is a floating reference (see g_variant_ref_sink
), ownership of parameters
is taken by this
function. This means you can pass the result of Variant or
Variant.parsed directly to this function without additional
reference-count management.
Parameters:
this |
a Account |
parameters |
a variant of type VARDICT containing new parameters to set on this |
unset_parameters |
list of parameters to unset on this |
callback |
a callback to call when the request is satisfied |
user_data |
data to pass to |