diff options
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 **/ |