[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "4.2" ) ]
public string[] get_entries (string group)
Returns the names of all entries in group if any.
null is a valid input value for group. get_entries will then
return all entries in the so called "NULL group". Though this "NULL group" should only be used for backward compatibility with old
applications. You should not use it in newly written code.
| this |
an Rc object. |
| group |
the name of the group to get entries from. |
|
a NULL-terminated string array with all entries in |