Backed out changeset 7bd15fb08b69 soc.2013.gobjectification

Sun, 14 Jul 2013 20:42:50 +0530

author
Ankit Vani <a@nevitus.org>
date
Sun, 14 Jul 2013 20:42:50 +0530
branch
soc.2013.gobjectification
changeset 34775
41d7372b9442
parent 34774
b2c82de968f6
child 34776
fa4166ea1007

Backed out changeset 7bd15fb08b69

libpurple/Makefile.am file | annotate | diff | comparison | revisions
libpurple/status.h file | annotate | diff | comparison | revisions
--- a/libpurple/Makefile.am	Sun Jul 14 20:41:44 2013 +0530
+++ b/libpurple/Makefile.am	Sun Jul 14 20:42:50 2013 +0530
@@ -189,8 +189,7 @@
 	cipher.h \
 	connection.h \
 	conversation.h \
-	conversationtypes.h \
-	status.h
+	conversationtypes.h
 
 marshallers.h: marshallers.list
 	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --header > marshallers.h
--- a/libpurple/status.h	Sun Jul 14 20:41:44 2013 +0530
+++ b/libpurple/status.h	Sun Jul 14 20:42:50 2013 +0530
@@ -82,10 +82,10 @@
  * hardcoded in each PRPL and will not change often.  And because
  * they are hardcoded, they do not need to be saved to any XML file.
  */
-typedef struct _PurpleStatusType      PurpleStatusType; /* TODO GBoxed  */
-typedef struct _PurpleStatusAttr      PurpleStatusAttr; /* TODO GBoxed  */
-typedef struct _PurplePresence        PurplePresence;   /* TODO GObject */
-typedef struct _PurpleStatus          PurpleStatus;     /* TODO GObject */
+typedef struct _PurpleStatusType      PurpleStatusType;
+typedef struct _PurpleStatusAttr      PurpleStatusAttr;
+typedef struct _PurplePresence        PurplePresence;
+typedef struct _PurpleStatus          PurpleStatus;
 
 typedef struct _PurpleMood {
 	const char *mood;
@@ -94,7 +94,7 @@
 } PurpleMood;
 
 /**
- * A context for a presence. TODO Remove, subclass PurplePresence
+ * A context for a presence.
  *
  * The context indicates to what the presence applies.
  */

mercurial