[ Version ( since = "1.48" ) ]
public HashTable<unowned string,unowned 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".
| 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. |
|
a table of configuration values or null on error. |