comparison src/gtkroomlist.h @ 8352:77baefe979c6

[gaim-migrate @ 9076] this compiles, and I don't think it breaks anything, so here's /list support, again from our patient friend marv committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 27 Feb 2004 01:48:11 +0000
parents 596c64a2a2d0
children 19885cb8a24c
comparison
equal deleted inserted replaced
8351:ffa642240fc1 8352:77baefe979c6
43 * @return The new dialog. 43 * @return The new dialog.
44 */ 44 */
45 GaimGtkRoomlistDialog *gaim_gtk_roomlist_dialog_new(void); 45 GaimGtkRoomlistDialog *gaim_gtk_roomlist_dialog_new(void);
46 46
47 /** 47 /**
48 * Create a new room list dialog with no account selector. 48 * Create a new room list dialog and fetch the list on
49 * the specified account.
49 * 50 *
50 * @param account The account to force. 51 * @param account The account to force.
51 * @return The new dialog. 52 * @return The new dialog.
52 */ 53 */
53 GaimGtkRoomlistDialog *gaim_gtk_roomlist_dialog_new_with_account(GaimAccount *account); 54 GaimGtkRoomlistDialog *gaim_gtk_roomlist_dialog_new_with_account(GaimAccount *account);