MatrixMessageText

MatrixMessageText — Message handler for plain text messages

Functions

Types and Values

Description

Handle plain text messages.

Functions

MATRIX_MESSAGE_TYPE_TEXT

#define MATRIX_MESSAGE_TYPE_TEXT (matrix_message_text_get_type ())

The type for MatrixMessageText.


matrix_message_text_new ()

MatrixMessageText *
matrix_message_text_new (void);

Types and Values

struct MatrixMessageText

struct MatrixMessageText {
	MatrixMessageBase parent_instance;
	MatrixMessageTextPrivate * priv;
};

Message handler for plain text messages

Handle plain text messages.


struct MatrixMessageTextClass

struct MatrixMessageTextClass {
	MatrixMessageBaseClass parent_class;
};

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

Members

MatrixMessageBaseClass parent_class;

the parent class structure