Method
GLibKeyFileget_groups
since: 2.6
Declaration [src]
gchar**
g_key_file_get_groups (
GKeyFile* key_file,
gsize* length
)
Description [src]
Returns all groups in the key file loaded with key_file
.
The array of returned groups will be NULL
-terminated, so
length
may optionally be NULL
.
Available since: 2.6