get_groups
Description:
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. |