empathy r2476 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2476 - trunk/libempathy
- Date: Mon, 16 Feb 2009 21:24:30 +0000 (UTC)
Author: xclaesse
Date: Mon Feb 16 21:24:29 2009
New Revision: 2476
URL: http://svn.gnome.org/viewvc/empathy?rev=2476&view=rev
Log:
Correct bracket-style.
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
Modified:
trunk/libempathy/empathy-dispatcher.h
Modified: trunk/libempathy/empathy-dispatcher.h
==============================================================================
--- trunk/libempathy/empathy-dispatcher.h (original)
+++ trunk/libempathy/empathy-dispatcher.h Mon Feb 16 21:24:29 2009
@@ -42,12 +42,14 @@
typedef struct _EmpathyDispatcher EmpathyDispatcher;
typedef struct _EmpathyDispatcherClass EmpathyDispatcherClass;
-struct _EmpathyDispatcher {
+struct _EmpathyDispatcher
+{
GObject parent;
gpointer priv;
};
-struct _EmpathyDispatcherClass {
+struct _EmpathyDispatcherClass
+{
GObjectClass parent_class;
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]