/soc/2013/ankitkv/gobjectification: 62d9335e57ba: Move comment t...

Ankit Vani a at nevitus.org
Sat Feb 8 20:12:43 EST 2014


Changeset: 62d9335e57bae23504721381b496cfc38904d95d
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-02-09 06:35 +0530
Branch:	 gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/62d9335e57ba

Description:

Move comment to the right place

diffstat:

 libpurple/dbus-server.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff --git a/libpurple/dbus-server.h b/libpurple/dbus-server.h
--- a/libpurple/dbus-server.h
+++ b/libpurple/dbus-server.h
@@ -33,6 +33,8 @@
 
 G_BEGIN_DECLS
 
+typedef struct _PurpleDBusType PurpleDBusType;
+
 /**
  * PurpleDBusType:
  *
@@ -46,9 +48,6 @@ G_BEGIN_DECLS
  * parent.  Parent means the same as the base class in object oriented
  * programming.
  */
-
-typedef struct _PurpleDBusType PurpleDBusType;
-
 struct _PurpleDBusType {
     PurpleDBusType *parent;
 };



More information about the Commits mailing list