[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "4.2" ) ]
public string[] get_groups ()
Returns the names of all known groups in this.
Since the default groups (the "NULL group") name is null, it will not be returned with this functions. But it does not matter at all, since the default group is known to always exist.
| this |
an Rc object. |
|
a NULL-terminated string array will the names of all groups in this. Should be freed using strfreev when no longer needed. |