summaryrefslogtreecommitdiff
path: root/common/dconf-changeset.h
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2019-12-30 00:38:58 +0000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2019-12-30 00:38:58 +0000
commita1da64420c365004da1049199b03e6eca9c5f447 (patch)
treed3eb3350d99e70ee771a09b786db2dc169237b12 /common/dconf-changeset.h
parent7ad890fb7a2ec90a777a756a1fa20a615ec7245e (diff)
parentf3104f75f945bd3418e5cf59fcc7c5044c071f2b (diff)
downloaddconf-a1da64420c365004da1049199b03e6eca9c5f447.tar.gz
Merge branch 'patch/service-check' into 'master'
Service: only emit changed signals when values change See merge request GNOME/dconf!3
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);