MatrixRoomMessageEvent

MatrixRoomMessageEvent

Functions

Types and Values

Object Hierarchy


Description

Functions

MATRIX_TYPE_ROOM_MESSAGE_EVENT

#define MATRIX_TYPE_ROOM_MESSAGE_EVENT (matrix_room_message_event_get_type ())

The type for MatrixRoomMessageEvent.


matrix_room_message_event_new ()

MatrixRoomMessageEvent *
matrix_room_message_event_new (void);

matrix_room_message_event_get_msg_type ()

const gchar *
matrix_room_message_event_get_msg_type
                               (MatrixRoomMessageEvent *self);

Get and return the current value of the "msg-type" property.

Parameters

self

the MatrixRoomMessageEvent instance to query

 

Returns

the value of the "msg-type" property


matrix_room_message_event_set_msg_type ()

void
matrix_room_message_event_set_msg_type
                               (MatrixRoomMessageEvent *self,
                                const gchar *value);

Set the value of the "msg-type" property to value .

Parameters

self

the MatrixRoomMessageEvent instance to modify

 

value

the new value of the "msg-type" property

 

matrix_room_message_event_get_body ()

const gchar *
matrix_room_message_event_get_body (MatrixRoomMessageEvent *self);

Get and return the current value of the "body" property.

Parameters

self

the MatrixRoomMessageEvent instance to query

 

Returns

the value of the "body" property


matrix_room_message_event_set_body ()

void
matrix_room_message_event_set_body (MatrixRoomMessageEvent *self,
                                    const gchar *value);

Set the value of the "body" property to value .

Parameters

self

the MatrixRoomMessageEvent instance to modify

 

value

the new value of the "body" property

 

Types and Values

struct MatrixRoomMessageEvent

struct MatrixRoomMessageEvent {
	MatrixRoomEvent parent_instance;
	MatrixRoomMessageEventPrivate * priv;
};

struct MatrixRoomMessageEventClass

struct MatrixRoomMessageEventClass {
	MatrixRoomEventClass parent_class;
};

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

Members

MatrixRoomEventClass parent_class;

the parent class structure