Added conf_string_list_add

This commit is contained in:
James Booth
2015-11-24 00:02:21 +00:00
parent 97d1b964c3
commit a2f5e921f2
3 changed files with 52 additions and 42 deletions

View File

@@ -34,5 +34,7 @@
#include <glib.h>
gboolean conf_string_list_add(GKeyFile *keyfile, const char *const group, const char *const key,
const char *const item);
gboolean conf_string_list_remove(GKeyFile *keyfile, const char *const group, const char *const key,
const char *const item);