pidgin 2.14.14dev
|
Represents a room. More...
#include <roomlist.h>
Data Fields | |
PurpleRoomlistRoomType | type |
The type of room. | |
gchar * | name |
The name of the room. | |
GList * | fields |
Other fields. | |
PurpleRoomlistRoom * | parent |
The parent room, or NULL. | |
gboolean | expanded_once |
A flag the UI uses to avoid multiple expand prpl cbs. | |
Represents a room.
Definition at line 82 of file roomlist.h.
gboolean _PurpleRoomlistRoom::expanded_once |
A flag the UI uses to avoid multiple expand prpl cbs.
Definition at line 87 of file roomlist.h.
GList* _PurpleRoomlistRoom::fields |
Other fields.
Definition at line 85 of file roomlist.h.
gchar* _PurpleRoomlistRoom::name |
The name of the room.
Definition at line 84 of file roomlist.h.
PurpleRoomlistRoom* _PurpleRoomlistRoom::parent |
The parent room, or NULL.
Definition at line 86 of file roomlist.h.
PurpleRoomlistRoomType _PurpleRoomlistRoom::type |
The type of room.
Definition at line 83 of file roomlist.h.