libpurple/conversationtypes.h

branch
soc.2013.gobjectification.plugins
changeset 37070
774b0a0593f0
parent 37063
a84be725efad
parent 35460
96946e21fce5
child 37075
cf3f735b09b7
--- a/libpurple/conversationtypes.h	Tue Feb 04 23:21:10 2014 +0530
+++ b/libpurple/conversationtypes.h	Wed Feb 05 03:46:22 2014 +0530
@@ -174,6 +174,7 @@
 {
 	GObject gparent;
 
+	/*< public >*/
 	gpointer ui_data;
 };
 
@@ -202,7 +203,7 @@
 /**
  * purple_im_conversation_get_type:
  *
- * Returns the GType for the IMConversation object.
+ * Returns: The #GType for the IMConversation object.
  */
 GType purple_im_conversation_get_type(void);
 
@@ -359,7 +360,7 @@
 /**
  * purple_chat_conversation_get_type:
  *
- * Returns the GType for the ChatConversation object.
+ * Returns: The #GType for the ChatConversation object.
  */
 GType purple_chat_conversation_get_type(void);
 
@@ -672,7 +673,7 @@
 /**
  * purple_chat_user_get_type:
  *
- * Returns the GType for the ChatConversationBuddy object.
+ * Returns: The #GType for the ChatConversationBuddy object.
  */
 GType purple_chat_user_get_type(void);
 

mercurial