Top |
#define | MATRIX_TYPE_ROOM_MESSAGE_EVENT |
MatrixRoomMessageEvent * | matrix_room_message_event_new () |
const gchar * | matrix_room_message_event_get_msg_type () |
void | matrix_room_message_event_set_msg_type () |
const gchar * | matrix_room_message_event_get_body () |
void | matrix_room_message_event_set_body () |
#define MATRIX_TYPE_ROOM_MESSAGE_EVENT (matrix_room_message_event_get_type ())
The type for MatrixRoomMessageEvent.
const gchar *
matrix_room_message_event_get_msg_type
(MatrixRoomMessageEvent *self
);
Get and return the current value of the "msg-type" property.
void matrix_room_message_event_set_msg_type (MatrixRoomMessageEvent *self
,const gchar *value
);
Set the value of the "msg-type" property to value
.
self |
the MatrixRoomMessageEvent instance to modify |
|
value |
the new value of the "msg-type" property |
const gchar *
matrix_room_message_event_get_body (MatrixRoomMessageEvent *self
);
Get and return the current value of the "body" property.
void matrix_room_message_event_set_body (MatrixRoomMessageEvent *self
,const gchar *value
);
Set the value of the "body" property to value
.
self |
the MatrixRoomMessageEvent instance to modify |
|
value |
the new value of the "body" property |
struct MatrixRoomMessageEvent { MatrixRoomEvent parent_instance; MatrixRoomMessageEventPrivate * priv; };
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.