diff options
Diffstat (limited to 'gtk/gtkactiongroup.c')
-rw-r--r-- | gtk/gtkactiongroup.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkactiongroup.c b/gtk/gtkactiongroup.c index 8d59dc592a..92b97995b7 100644 --- a/gtk/gtkactiongroup.c +++ b/gtk/gtkactiongroup.c @@ -112,9 +112,11 @@ gtk_action_group_init (GtkActionGroup *self) /** * gtk_action_group_new: - * @name: the name of the action group + * @name: the name of the action group. * - * Creates a new #GtkActionGroup object. + * Creates a new #GtkActionGroup object. The name of the action group + * is used when associating <link linkend="Action-Accel">keybindings</link> + * with the actions. * * Returns: the new #GtkActionGroup * |