| 
    pidgin 2.15.0dev
    
   | 
 
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.   | |
Data Structures 
 
Represents a list of rooms for a given connection on a given protocol.
Definition at line 69 of file roomlist.h.
| PurpleAccount* _PurpleRoomlist::account | 
The account this list belongs to.
Definition at line 70 of file roomlist.h.
| GList* _PurpleRoomlist::fields | 
The fields.
Definition at line 71 of file roomlist.h.
| gboolean _PurpleRoomlist::in_progress | 
The listing is in progress.
Definition at line 73 of file roomlist.h.
| gpointer _PurpleRoomlist::proto_data | 
Definition at line 75 of file roomlist.h.
| guint _PurpleRoomlist::ref | 
| GList* _PurpleRoomlist::rooms | 
The list of rooms.
Definition at line 72 of file roomlist.h.
| gpointer _PurpleRoomlist::ui_data | 
UI private data.
Definition at line 74 of file roomlist.h.