summaryrefslogtreecommitdiff
path: root/gio/gactiongroup.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-08-21 15:34:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-08-21 15:34:18 -0400
commit4831a102e51825b79d39686983326bcf82490ede (patch)
treea94536277b1ec7428131128c2712384e5e491111 /gio/gactiongroup.c
parentfceea19be5a7744904f793e38e090b627b8c0ed8 (diff)
downloadglib-4831a102e51825b79d39686983326bcf82490ede.tar.gz
Fix GActionGroup docs
Diffstat (limited to 'gio/gactiongroup.c')
-rw-r--r--gio/gactiongroup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c
index 36aa97bc1..02437b912 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
**/