Add g_settings_sync() and use it

This commit is contained in:
Ryan Lortie
2010-06-10 22:30:44 -04:00
parent 7c36619d26
commit a8b5353b14
7 changed files with 49 additions and 18 deletions

View File

@@ -103,5 +103,7 @@ GPermission * g_settings_backend_get_permission (GSettin
const gchar *path);
G_GNUC_INTERNAL
GMainContext * g_settings_backend_get_active_context (void);
G_GNUC_INTERNAL
void g_settings_backend_sync (GSettingsBackend *backend);
#endif /* __G_SETTINGS_BACKEND_INTERNAL_H__ */