set_snap_conf_async
Description:
[ Version ( since = "1.48" ) ]
public async bool set_snap_conf_async (string name, HashTable<string,Variant> key_values, Cancellable? cancellable) throws Error
public async bool set_snap_conf_async (string name, HashTable<string,Variant> key_values, Cancellable? cancellable) throws Error
Asynchronously set configuration for a snap.
See set_snap_conf_sync for more information.
Parameters:
this |
a Client. |
name |
name of snap to set configuration for. |
key_values |
Keys to set. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |