summaryrefslogtreecommitdiff
path: root/common/dconf-paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dconf-paths.h')
-rw-r--r--common/dconf-paths.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/dconf-paths.h b/common/dconf-paths.h
index 9449fa5..1bc9b78 100644
--- a/common/dconf-paths.h
+++ b/common/dconf-paths.h
@@ -23,6 +23,8 @@
#include <glib.h>
+G_BEGIN_DECLS
+
gboolean dconf_is_path (const gchar *string,
GError **error);
gboolean dconf_is_key (const gchar *string,
@@ -37,4 +39,6 @@ gboolean dconf_is_rel_key (const g
gboolean dconf_is_rel_dir (const gchar *string,
GError **error);
+G_END_DECLS
+
#endif /* __dconf_paths_h__ */