MatrixRoomEvent

MatrixRoomEvent — Abstract base class for room events.

Functions

Types and Values

Object Hierarchy


Description

Functions

MATRIX_TYPE_ROOM_EVENT

#define MATRIX_TYPE_ROOM_EVENT (matrix_room_event_get_type ())

The type for MatrixRoomEvent.

Types and Values

struct MatrixRoomEvent

struct MatrixRoomEvent {
	MatrixEvent parent_instance;
	MatrixRoomEventPrivate * priv;
};

Abstract base class for room events.


struct MatrixRoomEventClass

struct MatrixRoomEventClass {
	MatrixEventClass parent_class;
};

The class structure for MATRIX_TYPE_ROOM_EVENT. All the fields in this structure are private and should never be accessed directly.

Members

MatrixEventClass parent_class;

the parent class structure