| 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); |