[glib] GSettings: Don't mention nonexistent signal in doc
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] GSettings: Don't mention nonexistent signal in doc
- Date: Mon, 9 Apr 2018 13:42:01 +0000 (UTC)
commit 0d953f8dd215645537101fccd054e90e6812177c
Author: Daniel Boles <dboles src gnome org>
Date: Mon Apr 9 14:15:46 2018 +0100
GSettings: Don't mention nonexistent signal in doc
https://bugzilla.gnome.org/show_bug.cgi?id=622126
gio/gsettings.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 10d394d69..f05471c61 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -2475,8 +2475,7 @@ g_settings_list_keys (GSettings *settings)
* to call g_settings_get_child().
*
* For GSettings objects that are lists, this value can change at any
- * time and you should connect to the "children-changed" signal to watch
- * for those changes. Note that there is a race condition here: you may
+ * time. Note that there is a race condition here: you may
* 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
* %NULL even for a child that was listed by this function.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]