/soc/2013/ankitkv/gobjectification: 891224cdaca1: Remove some le...
Ankit Vani
a at nevitus.org
Fri Feb 7 07:45:14 EST 2014
Changeset: 891224cdaca1fb22e72eb2d81952fa26cc21319a
Author: Ankit Vani <a at nevitus.org>
Date: 2014-02-07 17:35 +0530
Branch: gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/891224cdaca1
Description:
Remove some left-over @see's
diffstat:
libpurple/blistnodetypes.h | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diffs (52 lines):
diff --git a/libpurple/blistnodetypes.h b/libpurple/blistnodetypes.h
--- a/libpurple/blistnodetypes.h
+++ b/libpurple/blistnodetypes.h
@@ -212,14 +212,13 @@ GType purple_buddy_get_type(void);
*
* Creates a new buddy.
*
- * This function only creates the PurpleBuddy. Use purple_blist_add_buddy
- * to add the buddy to the list and purple_account_add_buddy to sync up
+ * This function only creates the #PurpleBuddy. Use purple_blist_add_buddy()
+ * to add the buddy to the list and purple_account_add_buddy() to sync up
* with the server.
*
- * Returns: A newly allocated buddy
+ * See purple_account_add_buddy(), purple_blist_add_buddy().
*
- * @see purple_account_add_buddy
- * @see purple_blist_add_buddy
+ * Returns: A newly allocated buddy
*/
PurpleBuddy *purple_buddy_new(PurpleAccount *account, const char *name, const char *alias);
@@ -233,7 +232,7 @@ PurpleBuddy *purple_buddy_new(PurpleAcco
* This should only be called from within Purple. You probably want to
* call purple_buddy_icon_set_data().
*
- * @see purple_buddy_icon_set_data()
+ * See purple_buddy_icon_set_data().
*/
void purple_buddy_set_icon(PurpleBuddy *buddy, PurpleBuddyIcon *icon);
@@ -284,9 +283,9 @@ const char *purple_buddy_get_name(const
*
* This should only be called from the associated protocol.
*
+ * See purple_buddy_set_protocol_data().
+ *
* Returns: The protocol data.
- *
- * @see purple_buddy_set_protocol_data()
*/
gpointer purple_buddy_get_protocol_data(const PurpleBuddy *buddy);
@@ -299,7 +298,7 @@ gpointer purple_buddy_get_protocol_data(
*
* This should only be called from the associated protocol.
*
- * @see purple_buddy_get_protocol_data()
+ * See purple_buddy_get_protocol_data().
*/
void purple_buddy_set_protocol_data(PurpleBuddy *buddy, gpointer data);
More information about the Commits
mailing list