pidgin
2.14.13
|
Data Structures
More...
#include <roomlist.h>
Data Fields | |
PurpleAccount * | account |
The account this list belongs to. | |
GList * | fields |
The fields. | |
GList * | rooms |
The list of rooms. | |
gboolean | in_progress |
The listing is in progress. | |
gpointer | ui_data |
UI private data. | |
gpointer | proto_data |
guint | ref |
Prpl private data. More... | |
Data Structures
Represents a list of rooms for a given connection on a given protocol.
Definition at line 69 of file roomlist.h.
guint _PurpleRoomlist::ref |