From 4831a102e51825b79d39686983326bcf82490ede Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 21 Aug 2010 15:34:18 -0400 Subject: [PATCH] Fix GActionGroup docs --- gio/gactiongroup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c index 36aa97b..02437b9 100644 --- a/gio/gactiongroup.c +++ b/gio/gactiongroup.c @@ -155,7 +155,7 @@ g_action_group_class_init (GActionGroupClass *class) } /** - * g_action_group_has_action: + * g_action_group_list_actions: * @action_group: a #GActionGroup * * Lists the actions contained within @action_group. @@ -163,7 +163,7 @@ g_action_group_class_init (GActionGroupClass *class) * The caller is responsible for freeing the list with g_strfreev() when * it is no longer required. * - * Returns: a list of the actions in the group + * Returns: a %NULL-terminated array of the names of the actions in the group * * Since: 2.26 **/ -- 2.7.4