set_snap_conf_sync
Description:
[ Version ( since = "1.48" ) ]
public bool set_snap_conf_sync (string name, HashTable<string,Variant> key_values, Cancellable? cancellable = null) throws Error
public bool set_snap_conf_sync (string name, HashTable<string,Variant> key_values, Cancellable? cancellable = null) throws Error
Set configuration for a snap.
System configuration is stored using the name "system".
Parameters:
| this |
a Client. |
| name |
name of snap to set configuration for. |
| key_values |
Keys to set. |
| cancellable |
a Cancellable or null. |
Returns:
|
true if configuration successfully applied. |