set_value


Description:

public void set_value (KeyFile keyfile, string key, Value? val, SetValueFunc set_func)

Associates a new value with key.

If key cannot be found then it is created. If val is null then key is removed.

Parameters:

keyfile

a KeyFile

key

a key

val

a value to associate or null to remove key

set_func

a function to actually set value to keyfile


Namespace: Util.KeyFileUtil