_PurpleRoomlistRoom Struct Reference

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.
PurpleRoomlistRoomparent
 The parent room, or NULL.
gboolean expanded_once
 A flag the UI uses to avoid multiple expand prpl cbs.


Detailed Description

Represents a room.

Definition at line 82 of file roomlist.h.


Field Documentation

A flag the UI uses to avoid multiple expand prpl cbs.

Definition at line 87 of file roomlist.h.

Other fields.

Definition at line 85 of file roomlist.h.

The name of the room.

Definition at line 84 of file roomlist.h.

The parent room, or NULL.

Definition at line 86 of file roomlist.h.

The type of room.

Definition at line 83 of file roomlist.h.


The documentation for this struct was generated from the following file: