/soc/2013/ankitkv/gobjectification: 5a5d2f63e9a8: Added PURPLE_T...

Ankit Vani a at nevitus.org
Mon Jul 8 16:08:40 EDT 2013


Changeset: 5a5d2f63e9a875644a65485d7bac49742a364f1c
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-07-09 01:37 +0530
Branch:	 soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/5a5d2f63e9a8

Description:

Added PURPLE_TYPE_CONVERSATION_MESSAGE macro to return GType of PurpleConversationMessage boxed structure

diffstat:

 libpurple/conversation.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff --git a/libpurple/conversation.h b/libpurple/conversation.h
--- a/libpurple/conversation.h
+++ b/libpurple/conversation.h
@@ -33,6 +33,8 @@
 #define PURPLE_IS_CONVERSATION_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE((klass), PURPLE_TYPE_CONVERSATION))
 #define PURPLE_CONVERSATION_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), PURPLE_TYPE_CONVERSATION, PurpleConversationClass))
 
+#define PURPLE_TYPE_CONVERSATION_MESSAGE     (purple_conversation_message_get_type())
+
 /**************************************************************************/
 /** Data Structures                                                       */
 /**************************************************************************/



More information about the Commits mailing list