get_groups


Description:

[ CCode ( array_length_type = "gsize" ) ]
public string[] get_groups ()

Returns all groups in the key file loaded with this.

The array of returned groups will be null-terminated, so length may optionally be null.

Parameters:

this

a KeyFile

length

return location for the number of returned groups, or null

Returns:

a newly-allocated null-terminated array of strings. Use strfreev to free it.