diff options
author | Christian Persch <chpe@src.gnome.org> | 2021-03-03 21:13:28 +0100 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2021-03-03 21:13:28 +0100 |
commit | f860ddcc6a501b982d82c5630c73936bd611ad8a (patch) | |
tree | f4166998c3c6afa1ff96acecd0ad6626486b6c56 /common/dconf-changeset.h | |
parent | 7e6151da48be8d3650337b7c7e480c48821f8028 (diff) | |
download | dconf-f860ddcc6a501b982d82c5630c73936bd611ad8a.tar.gz |
common: Add missing G_BEGIN/END_DECLSwip/issue-23
Fixes: https://gitlab.gnome.org/GNOME/dconf/-/issues/23
Diffstat (limited to 'common/dconf-changeset.h')
-rw-r--r-- | common/dconf-changeset.h | 4 |
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__ */ |