[ Version ( since = "4.2" ) ]
public void write_list_entry (string key, string value, string separator)
Wrapper for write_entry, that stores a string list value.
This does not support delimiter escaping. If you need this feature, use set_string_list instead.
| this |
an Rc object. |
| key |
the key to write. |
| value |
a null terminated list of strings to store in the entry specified by key. |
| separator |
the list separator. Defaults to "," if null. |