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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dconf-changeset.h b/common/dconf-changeset.h
index b0ce450..6fe60f2 100644
--- a/common/dconf-changeset.h
+++ b/common/dconf-changeset.h
@@ -65,6 +65,9 @@ DConfChangeset * dconf_changeset_deserialise (GVarian
void dconf_changeset_change (DConfChangeset *changeset,
DConfChangeset *changes);
+DConfChangeset * dconf_changeset_filter_changes (DConfChangeset *from,
+ DConfChangeset *changes);
+
DConfChangeset * dconf_changeset_diff (DConfChangeset *from,
DConfChangeset *to);