libpurple/conversation.h

branch
soc.2013.gobjectification
changeset 34667
56e06ab47188
parent 34666
cd9ebef950c6
child 34670
9bd5bd903dc7
--- a/libpurple/conversation.h	Sat Jun 29 02:15:46 2013 +0530
+++ b/libpurple/conversation.h	Sat Jun 29 03:15:11 2013 +0530
@@ -658,6 +658,11 @@
 /*@{*/
 
 /**
+ * Returns the GType for the PurpleConversationMessage boxed structure.
+ */
+GType purple_conversation_message_get_type(void);
+
+/**
  * Get the sender from a PurpleConversationMessage
  *
  * @param msg   A PurpleConversationMessage

mercurial