Returns the string value associated with key under group_name. Unlike KeyFile.getValue, this function handles escape sequences like \s.
In the event the key cannot be found, NULL is returned and error is set to G_KEY_FILE_ERROR_KEY_NOT_FOUND In the event that the group_name cannot be found, NULL is returned and error is set to G_KEY_FILE_ERROR_GROUP_NOT_FOUND
a group name
a key
a newly allocated string or NULL if the specified key cannot be found.
GException on failure.
2.6
Returns the string value associated with key under group_name. Unlike KeyFile.getValue, this function handles escape sequences like \s.
In the event the key cannot be found, NULL is returned and error is set to G_KEY_FILE_ERROR_KEY_NOT_FOUND In the event that the group_name cannot be found, NULL is returned and error is set to G_KEY_FILE_ERROR_GROUP_NOT_FOUND