diff src/account.h @ 6720:41120df7ed94

[gaim-migrate @ 7247] Fixed documentation errors so Doxygen no longer complains. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 03 Sep 2003 05:21:04 +0000
parents 42fdf16f1dad
children dece74f05509
line wrap: on
line diff
--- a/src/account.h	Wed Sep 03 04:49:24 2003 +0000
+++ b/src/account.h	Wed Sep 03 05:21:04 2003 +0000
@@ -145,8 +145,8 @@
 /**
  * Sets the account's user information
  *
- * @param account The account.
- * @param info    The user information.
+ * @param account   The account.
+ * @param user_info The user information.
  */
 void gaim_account_set_user_info(GaimAccount *account, const char *user_info);
 
@@ -251,7 +251,7 @@
  * @param value   The setting's value.
  */
 void gaim_account_set_string(GaimAccount *account, const char *name,
-							 const char *string);
+							 const char *value);
 
 /**
  * Sets a protocol-specific boolean setting for an account.
@@ -283,7 +283,7 @@
  * @param value   The setting's value.
  */
 void gaim_account_set_ui_string(GaimAccount *account, const char *ui,
-								const char *name, const char *string);
+								const char *name, const char *value);
 
 /**
  * Sets a UI-specific boolean setting for an account.