libpurple/xmlnode.h

branch
soc.2013.gobjectification
changeset 34791
df49377a0778
parent 33889
4efe5c21db45
child 34863
dc0c27a2289a
--- a/libpurple/xmlnode.h	Tue Jul 16 16:07:34 2013 +0530
+++ b/libpurple/xmlnode.h	Tue Jul 16 20:08:53 2013 +0530
@@ -28,6 +28,8 @@
 
 #include <glib.h>
 
+#define PURPLE_TYPE_XMLNODE  (xmlnode_get_type())
+
 /**
  * The valid types for an xmlnode
  */
@@ -60,6 +62,11 @@
 G_BEGIN_DECLS
 
 /**
+ * Returns the GType for the xmlnode boxed structure.
+ */
+GType xmlnode_get_type(void);
+
+/**
  * Creates a new xmlnode.
  *
  * @param name The name of the node.

mercurial