get_snap_conf_sync
Description:
[ Version ( since = "1.48" ) ]
public HashTable<string,Variant> get_snap_conf_sync (string name, string[]? keys, Cancellable? cancellable = null) throws Error
public HashTable<string,Variant> get_snap_conf_sync (string name, string[]? keys, Cancellable? cancellable = null) throws Error
Get configuration for a snap.
System configuration is stored using the name "system".
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. |
Returns:
|
a table of configuration values or null on error. |