diff options
author | Ryan Lortie <desrt@desrt.ca> | 2013-01-11 13:25:12 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2013-01-11 13:25:12 -0500 |
commit | 80447f9ce0f61a4f150b0db99b7535ff5b033023 (patch) | |
tree | 9977c6dfa2f0960a26af90c9ae98916b57e489e6 /common/dconf-changeset.h | |
parent | 4536f4014b16e4e807c4857bb23f9f6662bad6bb (diff) | |
download | dconf-80447f9ce0f61a4f150b0db99b7535ff5b033023.tar.gz |
changeset: add a diff() operation on databases
Diffstat (limited to 'common/dconf-changeset.h')
-rw-r--r-- | common/dconf-changeset.h | 3 |
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__ */ |