diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-08-02 04:14:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-02 04:14:17 +0000 |
commit | d07065205231361e326736911e40ce0d5dc4722d (patch) | |
tree | 695918341f8a34c4167af4955708032ca22bc90c /gtk/gtkactiongroup.c | |
parent | d2b0a7348a95b34ab7bf0c235720e2f5921e8748 (diff) | |
download | gtk+-d07065205231361e326736911e40ce0d5dc4722d.tar.gz |
Document the xalign property and its getter and setter as 2.4 additions.
Mon Aug 2 00:12:16 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentry.c (gtk_entry_class_init):
(gtk_entry_get_alignment):
(gtk_entry_set_alignment): Document the xalign property
and its getter and setter as 2.4 additions. (#148978,
Axel Simon)
Mon Aug 2 00:11:31 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkuimanager.c (gtk_ui_manager_class_init):
* gtk/gtkactiongroup.c (gtk_action_group_class_init): Use
canonical signal names in doc comments, since gtk-doc won't
pick up signal docs with underscores.
Diffstat (limited to 'gtk/gtkactiongroup.c')
-rw-r--r-- | gtk/gtkactiongroup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkactiongroup.c b/gtk/gtkactiongroup.c index de0d40fec4..e4f456beaf 100644 --- a/gtk/gtkactiongroup.c +++ b/gtk/gtkactiongroup.c @@ -202,7 +202,7 @@ gtk_action_group_class_init (GtkActionGroupClass *klass) GTK_TYPE_ACTION, GTK_TYPE_WIDGET); /** - * GtkActionGroup::pre_activate: + * GtkActionGroup::pre-activate: * @action_group: the group * @action: the action * @@ -223,7 +223,7 @@ gtk_action_group_class_init (GtkActionGroupClass *klass) GTK_TYPE_ACTION); /** - * GtkActionGroup::post_activate: + * GtkActionGroup::post-activate: * @action_group: the group * @action: the action * |