From c416728c8eae0bf3cc71322063ea6e5f9c271eba Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 Aug 2008 04:45:15 +0000 Subject: [PATCH] Improve the docs svn path=/trunk/; revision=20936 --- gtk/gtkuimanager.c | 4 ++-- 1 file 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 **/