KeyFile.getKeys

string[] getKeys(string groupName)

Returns all keys for the group name group_name. The array of returned keys will be null-terminated, so length may optionally be null. 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.

Parameters

groupNamea group name

Returns

a newly-allocated null-terminated array of strings.

Use [glib.global.strfreev] to free it.

Throws

[KeyFileException]