#include <roomlist.h>
Collaboration diagram for _PurpleRoomlist:
Data Fields | |
PurpleAccount * | account |
The account this list belongs to. | |
GList * | fields |
The fields. | |
gboolean | in_progress |
The listing is in progress. | |
gpointer | proto_data |
guint | ref |
Prpl private data. The reference count. | |
GList * | rooms |
The list of rooms. | |
gpointer | ui_data |
UI private data. |
Definition at line 67 of file roomlist.h.
GList* _PurpleRoomlist::fields |
gboolean _PurpleRoomlist::in_progress |
guint _PurpleRoomlist::ref |
GList* _PurpleRoomlist::rooms |
gpointer _PurpleRoomlist::ui_data |