aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r--libempathy/empathy-dispatcher.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h
index 231a2c106..13ef06afd 100644
--- a/libempathy/empathy-dispatcher.h
+++ b/libempathy/empathy-dispatcher.h
@@ -42,12 +42,14 @@ G_BEGIN_DECLS
typedef struct _EmpathyDispatcher EmpathyDispatcher;
typedef struct _EmpathyDispatcherClass EmpathyDispatcherClass;
-struct _EmpathyDispatcher {
+struct _EmpathyDispatcher
+{
GObject parent;
gpointer priv;
};
-struct _EmpathyDispatcherClass {
+struct _EmpathyDispatcherClass
+{
GObjectClass parent_class;
};