summaryrefslogtreecommitdiff
path: root/gio/gsettingsbackendinternal.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-10-03 17:30:10 -0400
committerRyan Lortie <desrt@desrt.ca>2010-10-03 17:34:16 -0400
commit0bd50b39eb8223f2eeffe8dc5fe096b2c7695529 (patch)
tree3bf078ac14c43794f7e5b148ef8ebe21ab74165f /gio/gsettingsbackendinternal.h
parent92974b80fc10f494b33ed6760b5417bbbbb83473 (diff)
downloadglib-0bd50b39eb8223f2eeffe8dc5fe096b2c7695529.tar.gz
Bug 623400 - acquire context before dispatching
For GSettings. Use the functionality introduced in the last commit to simplify our notify dispatching and increase the safety of doing so (by ensuring that the context is acquired in the current thread for the duration of the dispatch). This closes bugs #623400 and #629849.
Diffstat (limited to 'gio/gsettingsbackendinternal.h')
-rw-r--r--gio/gsettingsbackendinternal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gio/gsettingsbackendinternal.h b/gio/gsettingsbackendinternal.h
index 68a61a8f3..a6711cb7f 100644
--- a/gio/gsettingsbackendinternal.h
+++ b/gio/gsettingsbackendinternal.h
@@ -92,8 +92,6 @@ G_GNUC_INTERNAL
GPermission * g_settings_backend_get_permission (GSettingsBackend *backend,
const gchar *path);
G_GNUC_INTERNAL
-GMainContext * g_settings_backend_get_active_context (void);
-G_GNUC_INTERNAL
GSettingsBackend * g_settings_backend_get_default (void);
G_GNUC_INTERNAL
void g_settings_backend_sync_default (void);