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/gtkuimanager.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/gtkuimanager.c')
-rw-r--r-- | gtk/gtkuimanager.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkuimanager.c b/gtk/gtkuimanager.c index 5fbf7b707c..9b07ab524c 100644 --- a/gtk/gtkuimanager.c +++ b/gtk/gtkuimanager.c @@ -271,7 +271,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass) G_TYPE_NONE, 0); /** - * GtkUIManager::connect_proxy: + * GtkUIManager::connect-proxy: * @uimanager: the ui manager * @action: the action * @proxy: the proxy @@ -297,7 +297,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass) GTK_TYPE_WIDGET); /** - * GtkUIManager::disconnect_proxy: + * GtkUIManager::disconnect-proxy: * @uimanager: the ui manager * @action: the action * @proxy: the proxy @@ -319,7 +319,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass) GTK_TYPE_WIDGET); /** - * GtkUIManager::pre_activate: + * GtkUIManager::pre-activate: * @uimanager: the ui manager * @action: the action * @@ -342,7 +342,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass) GTK_TYPE_ACTION); /** - * GtkUIManager::post_activate: + * GtkUIManager::post-activate: * @uimanager: the ui manager * @action: the action * |