changeset 8073:2b396aefe321

[gaim-migrate @ 8771] Documentation update. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 11 Jan 2004 08:15:06 +0000
parents ceb88c0a1abb
children 2ec7538dd349
files src/account.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/account.h	Sun Jan 11 06:10:22 2004 +0000
+++ b/src/account.h	Sun Jan 11 08:15:06 2004 +0000
@@ -608,10 +608,10 @@
 GList *gaim_accounts_get_all(void);
 
 /**
- * Finds an account with the specified name and protocol number.
+ * Finds an account with the specified name and protocol id.
  *
  * @param name     The account username.
- * @param protocol The account protocol ID or number.
+ * @param protocol The account protocol ID.
  *
  * @return The account, if found, or @c FALSE otherwise.
  */