libpurple/buddyicon.h

changeset 33663
7ba3ea885d94
parent 32787
7072f190d6ad
child 33665
55fcd8716546
--- a/libpurple/buddyicon.h	Tue Jan 22 00:06:49 2013 -0800
+++ b/libpurple/buddyicon.h	Tue Jan 22 00:07:24 2013 -0800
@@ -49,8 +49,8 @@
 /**
  * Creates a new buddy icon structure and populates it.
  *
- * If the buddy icon already exists, you'll get a reference to that structure,
- * which will have been updated with the data supplied.
+ * If an icon for this account+username already exists, you'll get a reference
+ * to that structure, which will have been updated with the data supplied.
  *
  * @param account   The account the user is on.
  * @param username  The username the icon belongs to.
@@ -331,7 +331,7 @@
 /**
  * Sets whether or not buddy icon caching is enabled.
  *
- * @param caching TRUE of buddy icon caching should be enabled, or
+ * @param caching TRUE if buddy icon caching should be enabled, or
  *                FALSE otherwise.
  */
 void purple_buddy_icons_set_caching(gboolean caching);

mercurial