aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-02-08 01:36:53 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-02-08 02:26:37 +0800
commit49ef32b76c55cbefba53568f02028dddf23a9bc9 (patch)
tree682e825cab580d4c401f0a138ee29a8534336591 /shell
parent2ef43b4cf40d21c61d39c5a938e428afa9074e2b (diff)
downloadgsoc2013-evolution-49ef32b76c55cbefba53568f02028dddf23a9bc9.tar
gsoc2013-evolution-49ef32b76c55cbefba53568f02028dddf23a9bc9.tar.gz
gsoc2013-evolution-49ef32b76c55cbefba53568f02028dddf23a9bc9.tar.bz2
gsoc2013-evolution-49ef32b76c55cbefba53568f02028dddf23a9bc9.tar.lz
gsoc2013-evolution-49ef32b76c55cbefba53568f02028dddf23a9bc9.tar.xz
gsoc2013-evolution-49ef32b76c55cbefba53568f02028dddf23a9bc9.tar.zst
gsoc2013-evolution-49ef32b76c55cbefba53568f02028dddf23a9bc9.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'shell')
-rw-r--r--shell/es-event.h25
1 files changed, 16 insertions, 9 deletions
diff --git a/shell/es-event.h b/shell/es-event.h
index 7bb9fcd781..9729d6f481 100644
--- a/shell/es-event.h
+++ b/shell/es-event.h
@@ -89,14 +89,21 @@ struct _ESEventClass {
EEventClass event_class;
};
-GType es_event_get_type(void);
-
-ESEvent *es_event_peek(void);
-
-ESEventTargetShell *es_event_target_new(ESEvent *eme);
-ESEventTargetState *es_event_target_new_state(ESEvent *emp, gint state);
-ESEventTargetUpgrade *es_event_target_new_upgrade(ESEvent *emp, gint major, gint minor, gint revision);
-ESEventTargetComponent *es_event_target_new_component(ESEvent *eme, const gchar *id);
+GType es_event_get_type (void);
+ESEvent * es_event_peek (void);
+ESEventTargetShell *
+ es_event_target_new (ESEvent *eme);
+ESEventTargetState *
+ es_event_target_new_state (ESEvent *emp,
+ gint state);
+ESEventTargetUpgrade *
+ es_event_target_new_upgrade (ESEvent *event,
+ gint major,
+ gint minor,
+ gint revision);
+ESEventTargetComponent *
+ es_event_target_new_component (ESEvent *event,
+ const gchar *id);
/* ********************************************************************** */
@@ -111,7 +118,7 @@ struct _ESEventHookClass {
EEventHookClass hook_class;
};
-GType es_event_hook_get_type(void);
+GType es_event_hook_get_type (void);
G_END_DECLS