MatrixEventTag

MatrixEventTag

Functions

Types and Values

Description

Functions

MATRIX_EVENT_TYPE_TAG

#define MATRIX_EVENT_TYPE_TAG (matrix_event_tag_get_type ())

The type for MatrixEventTag.


matrix_event_tag_new ()

MatrixEventTag *
matrix_event_tag_new (void);

Types and Values

struct MatrixEventTag

struct MatrixEventTag {
	MatrixEventBase parent_instance;
	MatrixEventTagPrivate * priv;
};

struct MatrixEventTagClass

struct MatrixEventTagClass {
	MatrixEventBaseClass parent_class;
};

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

Members

MatrixEventBaseClass parent_class;

the parent class structure