aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 95303b8b39..38cc875a17 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -549,7 +549,7 @@ shell_class_init (EShellClass *class)
G_TYPE_POINTER);
/**
- * EShell:handle-uri
+ * EShell::handle-uri
* @shell: the #EShell which emitted the signal
* @uri: the URI to be handled
*
@@ -570,7 +570,7 @@ shell_class_init (EShellClass *class)
G_TYPE_STRING);
/**
- * EShell:prepare-for-offline
+ * EShell::prepare-for-offline
* @shell: the #EShell which emitted the signal
* @activity: the #EActivity for offline preparations
*
@@ -595,7 +595,7 @@ shell_class_init (EShellClass *class)
E_TYPE_ACTIVITY);
/**
- * EShell:prepare-for-online
+ * EShell::prepare-for-online
* @shell: the #EShell which emitted the signal
* @activity: the #EActivity for offline preparations
*
@@ -620,7 +620,7 @@ shell_class_init (EShellClass *class)
E_TYPE_ACTIVITY);
/**
- * EShell:send-receive
+ * EShell::send-receive
* @shell: the #EShell which emitted the signal
* @parent: a parent #GtkWindow
*
@@ -637,7 +637,7 @@ shell_class_init (EShellClass *class)
GTK_TYPE_WINDOW);
/**
- * EShell:window-created
+ * EShell::window-created
* @shell: the #EShell which emitted the signal
* @shell_window: the newly created #EShellWindow
*
@@ -653,7 +653,7 @@ shell_class_init (EShellClass *class)
E_TYPE_SHELL_WINDOW);
/**
- * EShell:window-destroyed
+ * EShell::window-destroyed
* @shell: the #EShell which emitted the signal
* @last_window: whether that was the last #EShellWindow
*