summaryrefslogtreecommitdiff
path: root/common/dconf-changeset.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dconf-changeset.h')
-rw-r--r--common/dconf-changeset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/dconf-changeset.h b/common/dconf-changeset.h
index 6fe60f2..8eaea8c 100644
--- a/common/dconf-changeset.h
+++ b/common/dconf-changeset.h
@@ -22,6 +22,8 @@
#include <glib.h>
+G_BEGIN_DECLS
+
typedef struct _DConfChangeset DConfChangeset;
typedef gboolean (* DConfChangesetPredicate) (const gchar *path,
@@ -75,4 +77,6 @@ void dconf_changeset_seal (DConfCh
G_DEFINE_AUTOPTR_CLEANUP_FUNC(DConfChangeset, dconf_changeset_unref)
+G_END_DECLS
+
#endif /* __dconf_changeset_h__ */