]> Pileus Git - ~andy/gtk/commitdiff
Doc addition.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Sep 2003 23:45:54 +0000 (23:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Sep 2003 23:45:54 +0000 (23:45 +0000)
* gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkactiongroup.sgml
gtk/gtkactiongroup.c

index e617c58e0c41d9fd5848faaff50e99e017c07148..b498a336e5bd35f3542496fd3a63abdc3695ffd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-09-02  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
+
        * gtk/gtkuimanager.c: Shorten the names of some static 
        functions.
 
index e617c58e0c41d9fd5848faaff50e99e017c07148..b498a336e5bd35f3542496fd3a63abdc3695ffd0 100644 (file)
@@ -1,5 +1,7 @@
 2003-09-02  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
+
        * gtk/gtkuimanager.c: Shorten the names of some static 
        functions.
 
index e617c58e0c41d9fd5848faaff50e99e017c07148..b498a336e5bd35f3542496fd3a63abdc3695ffd0 100644 (file)
@@ -1,5 +1,7 @@
 2003-09-02  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
+
        * gtk/gtkuimanager.c: Shorten the names of some static 
        functions.
 
index e617c58e0c41d9fd5848faaff50e99e017c07148..b498a336e5bd35f3542496fd3a63abdc3695ffd0 100644 (file)
@@ -1,5 +1,7 @@
 2003-09-02  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
+
        * gtk/gtkuimanager.c: Shorten the names of some static 
        functions.
 
index e617c58e0c41d9fd5848faaff50e99e017c07148..b498a336e5bd35f3542496fd3a63abdc3695ffd0 100644 (file)
@@ -1,5 +1,7 @@
 2003-09-02  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
+
        * gtk/gtkuimanager.c: Shorten the names of some static 
        functions.
 
index 3eb5fcda3dfba4a164dad443366f2e96ac3c9faf..d77fbddb438df3c046b66ed867ef0a59eba67c38 100644 (file)
@@ -1,6 +1,6 @@
 2003-09-02  Matthias Clasen  <maclas@gmx.de>
 
-       * gtk/tmpl/gtkactiongroup.sgml: 
+       * gtk/tmpl/gtkactiongroup.sgml: 
        * gtk/tmpl/gtkuimanager.sgml: Additions.
 
        * gtk/gtk-sections.txt: Add gtk_ui_manager_new_merge_id and
index da03365b6ee59364c13c13df47a3c86760f611ce..ff4f621739017e92e856f9d2c9037199fb4478b1 100644 (file)
@@ -19,7 +19,7 @@ that can edit multiple documents, one group holding global actions
 act on that document (eg. save, cut/copy/paste, etc).  Each window's menus 
 would be constructed from a combination of two action groups.
 </para>
-<para>
+<para id="Action-Accel">
 Accelerators are handled by the GTK+ accelerator map. All actions are 
 assigned an accelerator path of the form
 <literal>&lt;Actions&gt;/<replaceable>group-name</replaceable>/<replaceable>action-name</replaceable></literal> when they are added to an action group,
index 8d59dc592a52ecc9f74f4137b8d99dc42ca3bdeb..92b97995b7e968932e1ce328fd9750596594316d 100644 (file)
@@ -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
  *