mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-17 19:21:58 +02:00
GSettings: Don't mention nonexistent signal in doc
https://bugzilla.gnome.org/show_bug.cgi?id=622126
This commit is contained in:
parent
8db5542803
commit
0d953f8dd2
@ -2475,8 +2475,7 @@ g_settings_list_keys (GSettings *settings)
|
|||||||
* to call g_settings_get_child().
|
* to call g_settings_get_child().
|
||||||
*
|
*
|
||||||
* For GSettings objects that are lists, this value can change at any
|
* For GSettings objects that are lists, this value can change at any
|
||||||
* time and you should connect to the "children-changed" signal to watch
|
* time. Note that there is a race condition here: you may
|
||||||
* for those changes. Note that there is a race condition here: you may
|
|
||||||
* request a child after listing it only for it to have been destroyed
|
* request a child after listing it only for it to have been destroyed
|
||||||
* in the meantime. For this reason, g_settings_get_child() may return
|
* in the meantime. For this reason, g_settings_get_child() may return
|
||||||
* %NULL even for a child that was listed by this function.
|
* %NULL even for a child that was listed by this function.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user