#include "roomlist.h"
Include dependency graph for gtkroomlist.h:
Go to the source code of this file.
Functions | |
void | pidgin_roomlist_init (void) |
Initializes the room list subsystem. | |
gboolean | pidgin_roomlist_is_showable (void) |
Determines if showing the room list dialog is a valid action. | |
void | pidgin_roomlist_dialog_show (void) |
Shows a new roomlist dialog. | |
void | pidgin_roomlist_dialog_show_with_account (PurpleAccount *account) |
Shows a new room list dialog and fetches the list for the specified account. |
Definition in file gtkroomlist.h.
|
Shows a new room list dialog and fetches the list for the specified account.
|
|
Determines if showing the room list dialog is a valid action.
|