summaryrefslogtreecommitdiff
path: root/gtk/gtkuimanager.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-06-15 15:27:24 +0200
committerJavier Jardón <jjardon@gnome.org>2010-06-15 15:29:59 +0200
commit2e4ba929babe3ed5ff1ab5e64d8f5eb9a94da31e (patch)
treefd83e6d00e4d1105c954d8a964dd0148b3b2df5c /gtk/gtkuimanager.c
parent294f810021cb318381074609246afad07e57f362 (diff)
downloadgtk+-2e4ba929babe3ed5ff1ab5e64d8f5eb9a94da31e.tar.gz
[docs] Make GtkUIManager signal documentation more consistent
Reported by Alexander Saprykin in bug https://bugzilla.gnome.org/show_bug.cgi?id=621631
Diffstat (limited to 'gtk/gtkuimanager.c')
-rw-r--r--gtk/gtkuimanager.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkuimanager.c b/gtk/gtkuimanager.c
index 084f1bf0aa..29d09b2f2d 100644
--- a/gtk/gtkuimanager.c
+++ b/gtk/gtkuimanager.c
@@ -242,7 +242,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass)
* @merge: a #GtkUIManager
* @widget: the added widget
*
- * The add_widget signal is emitted for each generated menubar and toolbar.
+ * The ::add-widget signal is emitted for each generated menubar and toolbar.
* It is not emitted for generated popup menus, which can be obtained by
* gtk_ui_manager_get_widget().
*
@@ -262,7 +262,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass)
* GtkUIManager::actions-changed:
* @merge: a #GtkUIManager
*
- * The "actions-changed" signal is emitted whenever the set of actions
+ * The ::actions-changed signal is emitted whenever the set of actions
* changes.
*
* Since: 2.4
@@ -282,7 +282,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass)
* @action: the action
* @proxy: the proxy
*
- * The connect_proxy signal is emitted after connecting a proxy to
+ * The ::connect-proxy signal is emitted after connecting a proxy to
* an action in the group.
*
* This is intended for simple customizations for which a custom action
@@ -308,7 +308,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass)
* @action: the action
* @proxy: the proxy
*
- * The disconnect_proxy signal is emitted after disconnecting a proxy
+ * The ::disconnect-proxy signal is emitted after disconnecting a proxy
* from an action in the group.
*
* Since: 2.4
@@ -329,7 +329,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass)
* @uimanager: the ui manager
* @action: the action
*
- * The pre_activate signal is emitted just before the @action
+ * The ::pre-activate signal is emitted just before the @action
* is activated.
*
* This is intended for applications to get notification
@@ -352,7 +352,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass)
* @uimanager: the ui manager
* @action: the action
*
- * The post_activate signal is emitted just after the @action
+ * The ::post-activate signal is emitted just after the @action
* is activated.
*
* This is intended for applications to get notification