get_snap_conf_async
Description:
[ Version ( since = "1.48" ) ]
public async HashTable<string,Variant> get_snap_conf_async (string name, string[]? keys, Cancellable? cancellable) throws Error
public async HashTable<string,Variant> get_snap_conf_async (string name, string[]? keys, Cancellable? cancellable) throws Error
Asynchronously get configuration for a snap.
See get_snap_conf_sync for more information.
Parameters:
this |
a Client. |
name |
name of snap to get configuration from. |
keys |
keys to returns or null to return all. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |