API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.6
void g_key_file_set_list_separator ( GKeyFile* key_file, gchar separator )
Sets the character which is used to separate values in lists. Typically ‘;’ or ‘,’ are used as separators. The default list separator is ‘;’.
Available since: 2.6
separator
Type: gchar
gchar
The separator.