26#ifndef _PIDGINROOMLIST_H_ 
   27#define _PIDGINROOMLIST_H_ 
void pidgin_roomlist_init(void)
Initializes the room list subsystem.
 
void pidgin_roomlist_dialog_show(void)
Shows a new roomlist dialog.
 
gboolean pidgin_roomlist_is_showable(void)
Determines if showing the room list dialog is a valid action.
 
void pidgin_roomlist_dialog_show_with_account(PurpleAccount *account)
Shows a new room list dialog and fetches the list for the specified account.
 
Structure representing an account.