diff libpurple/account.h @ 15936:b449dc6b8a20

A little doxygen love and some tiny gaim->purpleisms
author Mark Doliner <mark@kingant.net>
date Mon, 26 Mar 2007 05:28:57 +0000
parents 32c366eeeb99
children ac1a32ebd62c
line wrap: on
line diff
--- a/libpurple/account.h	Mon Mar 26 04:59:53 2007 +0000
+++ b/libpurple/account.h	Mon Mar 26 05:28:57 2007 +0000
@@ -211,14 +211,14 @@
 /**
  * Close account requests registered for the given PurpleAccount
  *
- * @param handle	   The account for which requests should be closed
+ * @param account	   The account for which requests should be closed
  */
 void purple_account_request_close_with_account(PurpleAccount *account);
 
 /**
  * Close the account request for the given ui handle
  *
- * @param handle	   The ui specific handle for which requests should be closed
+ * @param ui_handle	   The ui specific handle for which requests should be closed
  */
 void purple_account_request_close(void *ui_handle);
 
@@ -281,7 +281,7 @@
  * Sets the account's buddy icon path.
  *
  * @param account The account.
- * @param info	  The buddy icon non-cached path.
+ * @param path	  The buddy icon non-cached path.
  */
 void purple_account_set_buddy_icon_path(PurpleAccount *account, const char *path);