summaryrefslogtreecommitdiff
path: root/common/dconf-changeset.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-01-11 13:25:12 -0500
committerRyan Lortie <desrt@desrt.ca>2013-01-11 13:25:12 -0500
commit80447f9ce0f61a4f150b0db99b7535ff5b033023 (patch)
tree9977c6dfa2f0960a26af90c9ae98916b57e489e6 /common/dconf-changeset.h
parent4536f4014b16e4e807c4857bb23f9f6662bad6bb (diff)
downloaddconf-80447f9ce0f61a4f150b0db99b7535ff5b033023.tar.gz
changeset: add a diff() operation on databases
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 eb8dde1..7228105 100644
--- a/common/dconf-changeset.h
+++ b/common/dconf-changeset.h
@@ -67,4 +67,7 @@ DConfChangeset * dconf_changeset_deserialise (GVarian
void dconf_changeset_change (DConfChangeset *changeset,
DConfChangeset *changes);
+DConfChangeset * dconf_changeset_diff (DConfChangeset *from,
+ DConfChangeset *to);
+
#endif /* __dconf_changeset_h__ */