comparison 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
comparison
equal deleted inserted replaced
8999:8f838ae3e710 9000:b540c735a6ad
526 526
527 /** 527 /**
528 * Returns the system log for an account. 528 * Returns the system log for an account.
529 * Create it if it doesn't already exist. 529 * Create it if it doesn't already exist.
530 * 530 *
531 * @param gc The account. 531 * @param account The account.
532 * 532 *
533 * @return The log. 533 * @return The log.
534 */ 534 */
535 GaimLog *gaim_account_get_log(GaimAccount *account); 535 GaimLog *gaim_account_get_log(GaimAccount *account);
536 536
537 /** 537 /**
538 * Frees the system log of an account 538 * Frees the system log of an account
539 * 539 *
540 * @param gc The account. 540 * @param account The account.
541 */ 541 */
542 void gaim_account_destroy_log(GaimAccount *account); 542 void gaim_account_destroy_log(GaimAccount *account);
543 543
544 /*@}*/ 544 /*@}*/
545 545