aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-event.h')
-rw-r--r--e-util/e-event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-event.h b/e-util/e-event.h
index 28caded6fe..65f3b9b5f0 100644
--- a/e-util/e-event.h
+++ b/e-util/e-event.h
@@ -173,7 +173,7 @@ struct _EEventClass {
EEventTarget *target);
};
-GType e_event_get_type (void);
+GType e_event_get_type (void) G_GNUC_CONST;
EEvent * e_event_construct (EEvent *event,
const gchar *id);
gpointer e_event_add_items (EEvent *event,
@@ -270,7 +270,7 @@ struct _EEventHookClass {
EEvent *event;
};
-GType e_event_hook_get_type (void);
+GType e_event_hook_get_type (void) G_GNUC_CONST;
void e_event_hook_class_add_target_map
(EEventHookClass *klass,
const EEventHookTargetMap *map);