diff src/account.h @ 9000:b540c735a6ad

[gaim-migrate @ 9775] " There were a bunch of warnings while running make docs, this cleans that up and adds documentation for gtkblist signals, gtkconv signals, and gtkimhtml signals. This patch is a tarball of the patch itself and the three new files for the signal documentation." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 19:09:38 +0000
parents beb7be215db3
children d1b88a570f4d
line wrap: on
line diff
--- a/src/account.h	Fri May 21 14:33:32 2004 +0000
+++ b/src/account.h	Fri May 21 19:09:38 2004 +0000
@@ -528,7 +528,7 @@
  * Returns the system log for an account.
  * Create it if it doesn't already exist.
  *
- * @param gc The account.
+ * @param account The account.
  *
  * @return The log.
  */
@@ -537,7 +537,7 @@
 /**
  * Frees the system log of an account
  *
- * @param gc The account.
+ * @param account The account.
  */
 	void gaim_account_destroy_log(GaimAccount *account);