[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "4.2" ) ]
public string[] read_list_entry (string key, string delimiter)
Reads a list of strings in the entry specified by key in the current group.
The returned list has to be freed using strfreev when no longer needed.
This does not support delimiter escaping. If you need this feature, use get_string_list instead.
| this |
an Rc object. |
| key |
the key to search for. |
| delimiter |
a string which specifies the places at which to split the string. The delimiter is not included in any of the resulting strings. If NULL, "," is used. |
|
the list or NULL if the entry does not exist. |