libpurple/status.h

branch
soc.2013.gobjectification
changeset 34775
41d7372b9442
parent 34774
b2c82de968f6
child 34777
a0666e8aba67
--- 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