From 612be2533ef5b5b7f5ffc497ff928bd57de71b30 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 23 Apr 2014 19:40:51 +0200 Subject: Add more GSettings common functions --- libmate-desktop/mate-gsettings.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libmate-desktop/mate-gsettings.h') diff --git a/libmate-desktop/mate-gsettings.h b/libmate-desktop/mate-gsettings.h index f4a9d2c..8b6dd30 100644 --- a/libmate-desktop/mate-gsettings.h +++ b/libmate-desktop/mate-gsettings.h @@ -26,11 +26,22 @@ #define __MATE_GSETTINGS_H__ #include +#include G_BEGIN_DECLS gboolean mate_gsettings_schema_exists (const gchar* schema); +gboolean mate_gsettings_append_strv (GSettings *settings, + const gchar *key, + const gchar *value); + +gboolean mate_gsettings_remove_all_from_strv (GSettings *settings, + const gchar *key, + const gchar *value); + +GSList* mate_gsettings_strv_to_gslist (const gchar *const *array); + G_END_DECLS #endif /* __MATE_GSETTINGS_H__ */ -- cgit v1.2.1