libpurple/dbus-server.h

branch
soc.2013.gobjectification.plugins
changeset 37098
9559338ad3f5
parent 37094
84873ce721dc
parent 35493
62d9335e57ba
child 37136
cfa7c57f9ca5
--- a/libpurple/dbus-server.h	Sat Feb 08 20:36:49 2014 +0530
+++ b/libpurple/dbus-server.h	Sun Feb 09 06:42:23 2014 +0530
@@ -33,6 +33,8 @@
 
 G_BEGIN_DECLS
 
+typedef struct _PurpleDBusType PurpleDBusType;
+
 /**
  * PurpleDBusType:
  *
@@ -46,9 +48,6 @@
  * parent.  Parent means the same as the base class in object oriented
  * programming.
  */
-
-typedef struct _PurpleDBusType PurpleDBusType;
-
 struct _PurpleDBusType {
     PurpleDBusType *parent;
 };

mercurial