pidgin 2.14.14dev
|
GTK+ Room List UI. More...
#include "roomlist.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. | |
GTK+ Room List UI.
Definition in file gtkroomlist.h.
void pidgin_roomlist_dialog_show_with_account | ( | PurpleAccount * | account | ) |
Shows a new room list dialog and fetches the list for the specified account.
account | The account to use. |
gboolean pidgin_roomlist_is_showable | ( | void | ) |
Determines if showing the room list dialog is a valid action.