src/gtkroomlist.h

changeset 8352
cf7ca701b213
parent 8146
4961c9c5fd61
child 8939
ec2ecc652447
equal deleted inserted replaced
8351:216d9836e839 8352:cf7ca701b213
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);

mercurial