| Top |
#define MATRIX_EVENT_TYPE_TAG (matrix_event_tag_get_type ())
The type for MatrixEventTag.
struct MatrixEventTag {
MatrixEventBase parent_instance;
MatrixEventTagPrivate * priv;
};
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.