GLib.KeyFile.prototype.set_list_separator
function set_list_separator(separator: Number(gchar)): void { // Gjs wrapper for g_key_file_set_list_separator() }
Sets the character which is used to separate values in lists. Typically ';' or ',' are used as separators. The default list separator is ';'.
Since 2.6
- separator
the separator