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.
This commit is contained in:
committed by
Matthias Clasen
parent
d2b0a7348a
commit
d070652052
@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user