libpurple/account.h

branch
gtkdoc-conversion
changeset 35458
385156e1b493
parent 35444
a4ece5a5565a
child 35467
975ae62dd895
child 37069
22bf5ea00006
--- a/libpurple/account.h	Tue Feb 04 17:54:31 2014 +0530
+++ b/libpurple/account.h	Tue Feb 04 23:15:06 2014 +0530
@@ -107,6 +107,7 @@
 {
 	GObject gparent;
 
+	/*< public >*/
 	gpointer ui_data;
 };
 
@@ -135,7 +136,7 @@
 /**
  * purple_account_get_type:
  *
- * Returns the GType for the Account object.
+ * Returns: The #GType for the Account object.
  */
 GType purple_account_get_type(void);
 
@@ -452,6 +453,7 @@
 void purple_account_set_status_types(PurpleAccount *account, GList *status_types);
 
 /**
+ * purple_account_set_status:
  * @account:   The account.
  * @status_id: The ID of the status.
  * @active:    Whether @a status_id is to be activated (%TRUE) or

mercurial