diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-01 23:45:54 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-01 23:45:54 +0000 |
commit | 2ece92c8f3939dd78e4fbdbbb0e8a7193685c142 (patch) | |
tree | 1fb596dae6c5b9f42ec030879021822ec0beff69 /gtk/gtkactiongroup.c | |
parent | 7899a702ee96df725a8d77e4b25a2b54eecc4e46 (diff) | |
download | gtk+-2ece92c8f3939dd78e4fbdbbb0e8a7193685c142.tar.gz |
Doc addition.
* gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
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 * |