libpurple/buddyicon.h

changeset 16900
e9f12eb06c5b
parent 16677
7cd57586cdbf
child 18068
b6554e3c8224
child 18101
3ce21b5a182c
--- a/libpurple/buddyicon.h	Thu May 03 15:37:25 2007 +0000
+++ b/libpurple/buddyicon.h	Thu May 03 21:57:49 2007 +0000
@@ -54,7 +54,7 @@
  * @param icon_len  The buddy icon length.
  * @param checksum  A protocol checksum from the prpl or @c NULL.
  *
- * @return The buddy icon structure.
+ * @return The buddy icon structure, with a reference for the caller.
  */
 PurpleBuddyIcon *purple_buddy_icon_new(PurpleAccount *account, const char *username,
                                        void *icon_data, size_t icon_len,
@@ -209,7 +209,8 @@
  * @param account  The account the user is on.
  * @param username The username of the user.
  *
- * @return The icon data if found, or @c NULL if not found.
+ * @return The icon (with a reference for the caller) if found, or @c NULL if
+ *         not found.
  */
 PurpleBuddyIcon *
 purple_buddy_icons_find(PurpleAccount *account, const char *username);

mercurial