aboutsummaryrefslogtreecommitdiffstats
path: root/shell/es-event.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-12-14 06:18:51 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-12-14 06:28:32 +0800
commit6b53dd8da13d35ce3e8130b25584371473927a4f (patch)
tree9c59d7e2aec1cb2d018c58d0329d6d690d96369d /shell/es-event.c
parent71c7a293ef624766a5eba11c402bec54e3b217dc (diff)
downloadgsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.tar
gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.tar.gz
gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.tar.bz2
gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.tar.lz
gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.tar.xz
gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.tar.zst
gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.zip
libeshell documentation cleanups.
Diffstat (limited to 'shell/es-event.c')
-rw-r--r--shell/es-event.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/es-event.c b/shell/es-event.c
index 4dc3a5ad25..2fdf432ba0 100644
--- a/shell/es-event.c
+++ b/shell/es-event.c
@@ -56,7 +56,7 @@ es_event_peek (void)
{
if (es_event == NULL) {
es_event = g_object_new (es_event_get_type (), NULL);
- /** @HookPoint: Shell Events Hookpoint
+ /* @HookPoint: Shell Events Hookpoint
* Id: org.gnome.evolution.shell.events
*
* This is the hook point which emits shell events.
@@ -100,12 +100,12 @@ es_event_hook_class_init (ESEventHookClass *class)
EEventHookClass *event_hook_class;
gint i;
- /** @HookClass: Shell Main Menu
+ /* @HookClass: Shell Main Menu
* @Id: org.gnome.evolution.shell.events:1.0
* @Target: ESEventTargetState
*
* A hook for events coming from the shell.
- **/
+ */
plugin_hook_class = E_PLUGIN_HOOK_CLASS (class);
plugin_hook_class->id = "org.gnome.evolution.shell.events:1.0";