diff options
Diffstat (limited to 'common/dconf-changeset.h')
-rw-r--r-- | common/dconf-changeset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/dconf-changeset.h b/common/dconf-changeset.h index 4f007b9..b0ce450 100644 --- a/common/dconf-changeset.h +++ b/common/dconf-changeset.h @@ -70,4 +70,6 @@ DConfChangeset * dconf_changeset_diff (DConfCh void dconf_changeset_seal (DConfChangeset *changeset); +G_DEFINE_AUTOPTR_CLEANUP_FUNC(DConfChangeset, dconf_changeset_unref) + #endif /* __dconf_changeset_h__ */ |