--- 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