diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-02 04:45:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-02 04:45:15 +0000 |
commit | c416728c8eae0bf3cc71322063ea6e5f9c271eba (patch) | |
tree | 81d1554c86330237cd088319abae550b5a1951e1 /gtk/gtkuimanager.c | |
parent | ef8144bd71be1ec815248686c5f3cecbca917777 (diff) | |
download | gtk+-c416728c8eae0bf3cc71322063ea6e5f9c271eba.tar.gz |
Improve the docs
svn path=/trunk/; revision=20936
Diffstat (limited to 'gtk/gtkuimanager.c')
-rw-r--r-- | gtk/gtkuimanager.c | 4 |
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 **/ |