diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-07-10 13:58:03 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-07-10 13:58:03 -0400 |
commit | 4860be9319e971da6a21fe9f0e83a86b2581314e (patch) | |
tree | 9fcc99e56072ae39005814f35b5c5babc44f7659 /docs | |
parent | 2f86e0288643ec2024bc8f32a5c287b88e82d7ab (diff) | |
download | dconf-4860be9319e971da6a21fe9f0e83a86b2581314e.tar.gz |
Reimplement sync() functionality
Add dconf_engine_sync() that does the same thing as the code in the
GSettings backend used to do, in a cleaner way.
Update the GSettings backend to use the new call.
Add a new call to DConfClient wrapping the engine call as well.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dconf-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dconf-sections.txt b/docs/dconf-sections.txt index 693ecbc..4f924b7 100644 --- a/docs/dconf-sections.txt +++ b/docs/dconf-sections.txt @@ -13,6 +13,7 @@ dconf_client_watch_fast dconf_client_watch_sync dconf_client_unwatch_fast dconf_client_unwatch_sync +dconf_client_sync <SUBSECTION Standard> DConfClientClass DCONF_CLIENT |