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.
this |
a KeyFile |
length |
return location for the number of returned groups, or null |
a newly-allocated null-terminated array of strings. Use strfreev to free it. |