mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
GSettings: support emitting signals in threads
The thread-default context that was in effect at the time that the GSettings was created will be used for emitting signals on that GSettings.
This commit is contained in:
@@ -367,7 +367,7 @@ g_delayed_settings_backend_new (GSettingsBackend *backend,
|
||||
delayed->priv->backend = g_object_ref (backend);
|
||||
delayed->priv->owner = owner;
|
||||
|
||||
g_settings_backend_watch (delayed->priv->backend,
|
||||
g_settings_backend_watch (delayed->priv->backend, NULL,
|
||||
delayed_backend_changed,
|
||||
delayed_backend_path_changed,
|
||||
delayed_backend_keys_changed,
|
||||
|
Reference in New Issue
Block a user