libpurple/roomlist.h

branch
soc.2013.gobjectification.plugins
changeset 36896
3865997e388b
parent 36893
491f8d2fa318
parent 35024
eb3afb7643ce
child 37017
8e2b68c79fa1
--- a/libpurple/roomlist.h	Sat Oct 12 22:38:00 2013 +0530
+++ b/libpurple/roomlist.h	Sat Oct 12 23:32:10 2013 +0530
@@ -91,6 +91,7 @@
 	void (*in_progress)(PurpleRoomlist *list, gboolean flag); /**< Are we fetching stuff still? */
 	void (*destroy)(PurpleRoomlist *list); /**< We're destroying list. */
 
+	/*< private >*/
 	void (*_purple_reserved1)(void);
 	void (*_purple_reserved2)(void);
 	void (*_purple_reserved3)(void);
@@ -101,7 +102,6 @@
  * Represents a list of rooms for a given connection on a given protocol.
  */
 struct _PurpleRoomlist {
-	/*< private >*/
 	GObject gparent;
 
 	/** The UI data associated with this room list. This is a convenience
@@ -112,9 +112,9 @@
 
 /** Base class for all #PurpleRoomlist's */
 struct _PurpleRoomlistClass {
-	/*< private >*/
 	GObjectClass parent_class;
 
+	/*< private >*/
 	void (*_purple_reserved1)(void);
 	void (*_purple_reserved2)(void);
 	void (*_purple_reserved3)(void);

mercurial