gtkroomlist.h

Go to the documentation of this file.
00001 
00025 #ifndef _PIDGINROOMLIST_H_
00026 #define _PIDGINROOMLIST_H_
00027 
00028 #include "roomlist.h"
00029 
00033 void pidgin_roomlist_init(void);
00034 
00041 gboolean pidgin_roomlist_is_showable(void);
00042 
00046 void pidgin_roomlist_dialog_show(void);
00047 
00053 void pidgin_roomlist_dialog_show_with_account(PurpleAccount *account);
00054 
00055 #endif /* _PIDGINROOMLIST_H_ */