get_value


Description:

public string get_value (string group_name, string key) throws KeyFileError

Returns the raw value associated with key under group_name.

Use get_string to retrieve an unescaped UTF-8 string.

In the event the key cannot be found, null is returned and throws is set to g_key_file_error_key_not_found. In the event that the group_name cannot be found, null is returned and throws is set to g_key_file_error_group_not_found.

Parameters:

this

a KeyFile

group_name

a group name

key

a key

Returns:

a newly allocated string or null if the specified key cannot be found.