| Top |
#define MATRIX_TYPE_ROOM_EVENT (matrix_room_event_get_type ())
The type for MatrixRoomEvent.
struct MatrixRoomEvent {
MatrixEvent parent_instance;
MatrixRoomEventPrivate * priv;
};
Abstract base class for room events.
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.