/pidgin/main: 7ba3ea885d94: Better comments

Mark Doliner mark at kingant.net
Tue Jan 22 03:09:34 EST 2013


Changeset: 7ba3ea885d94192c41097ba330130ceebac43e81
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2013-01-22 00:07 -0800
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/7ba3ea885d94

Description:

Better comments

diffstat:

 libpurple/buddyicon.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff --git a/libpurple/buddyicon.h b/libpurple/buddyicon.h
--- a/libpurple/buddyicon.h
+++ b/libpurple/buddyicon.h
@@ -49,8 +49,8 @@ G_BEGIN_DECLS
 /**
  * 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 @@ purple_buddy_icons_node_set_custom_icon_
 /**
  * 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);



More information about the Commits mailing list