comparison src/blist.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 e3f4657fa555
children d494fd1bd90b
comparison
equal deleted inserted replaced
8999:8f838ae3e710 9000:b540c735a6ad
701 * Requests from the user information needed to add a chat to the 701 * Requests from the user information needed to add a chat to the
702 * buddy list. 702 * buddy list.
703 * 703 *
704 * @param account The account the buddy is added to. 704 * @param account The account the buddy is added to.
705 * @param group The optional group to add the chat to. 705 * @param group The optional group to add the chat to.
706 * @param alias The optional alias for the chat.
706 */ 707 */
707 void gaim_blist_request_add_chat(GaimAccount *account, GaimGroup *group, 708 void gaim_blist_request_add_chat(GaimAccount *account, GaimGroup *group,
708 const char *alias); 709 const char *alias);
709 710
710 /** 711 /**