summaryrefslogtreecommitdiff
path: root/gtk/gtkuimanager.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-08-02 04:45:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-02 04:45:15 +0000
commitc416728c8eae0bf3cc71322063ea6e5f9c271eba (patch)
tree81d1554c86330237cd088319abae550b5a1951e1 /gtk/gtkuimanager.c
parentef8144bd71be1ec815248686c5f3cecbca917777 (diff)
downloadgtk+-c416728c8eae0bf3cc71322063ea6e5f9c271eba.tar.gz
Improve the docs
svn path=/trunk/; revision=20936
Diffstat (limited to 'gtk/gtkuimanager.c')
-rw-r--r--gtk/gtkuimanager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkuimanager.c b/gtk/gtkuimanager.c
index 2542115d67..cef27b6686 100644
--- a/gtk/gtkuimanager.c
+++ b/gtk/gtkuimanager.c
@@ -886,8 +886,8 @@ collect_toplevels (GNode *node,
*
* Obtains a list of all toplevel widgets of the requested types.
*
- * Return value: a newly-allocated of all toplevel widgets of the requested
- * types.
+ * Return value: a newly-allocated #GSList of all toplevel widgets of the
+ * requested types. Free the returned list with g_slist_free().
*
* Since: 2.4
**/