Util.KeyFileUtil
Description:
Definitions and wrapper methods related to KeyFile.
Content:
Constants:
Delegates:
Functions:
- public bool copy (KeyFile dst, KeyFile src)
Sync content of KeyFile between.
- public bool equals (KeyFile a, KeyFile b)
Check if two KeyFiles have the same content.
- public Value get_boolean (KeyFile keyfile, string key) throws KeyFileError
- public Value get_locale_string (KeyFile keyfile, string key) throws KeyFileError
- public Value get_string (KeyFile keyfile, string key) throws KeyFileError
- public Value get_strv (KeyFile keyfile, string key) throws KeyFileError
- public Value? get_value (KeyFile keyfile, string key, GetValueFunc get_func)
Return the value associated with key.
- public bool has_key (KeyFile keyfile, string key)
- public bool load_file (KeyFile keyfile, string path, KeyFileFlags flags)
- public bool save_file (KeyFile keyfile, string path)
- public void set_boolean (KeyFile keyfile, string key, Value val)
- public void set_string (KeyFile keyfile, string key, Value val)
- public void set_strv (KeyFile keyfile, string key, Value val)
- public void set_value (KeyFile keyfile, string key, Value? val, SetValueFunc set_func)
Associates a new value with key.