diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-28 14:26:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-28 14:26:01 +0800 |
commit | c6e59dfc5b5a94c727024114c0d047916df33cad (patch) | |
tree | f1cb4b875cc2a1f135eecae74d7d3e74c20acf70 /shell | |
parent | dcf5f23803989d03d3edc3d0d6dc7962ca8325e9 (diff) | |
download | gsoc2013-evolution-c6e59dfc5b5a94c727024114c0d047916df33cad.tar.gz gsoc2013-evolution-c6e59dfc5b5a94c727024114c0d047916df33cad.tar.zst gsoc2013-evolution-c6e59dfc5b5a94c727024114c0d047916df33cad.zip |
Update EShell documentation.
svn path=/branches/kill-bonobo/; revision=36936
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell.c | 12 |
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 * |