| Top |
| #define | MATRIX_TYPE_STATE_EVENT |
| MatrixStateEvent * | matrix_state_event_new () |
| const gchar * | matrix_state_event_get_state_key () |
| void | matrix_state_event_set_state_key () |
| JsonNode * | matrix_state_event_get_content () |
| void | matrix_state_event_set_content () |
#define MATRIX_TYPE_STATE_EVENT (matrix_state_event_get_type ())
The type for MatrixStateEvent.
const gchar *
matrix_state_event_get_state_key (MatrixStateEvent *self);
Get and return the current value of the "state-key" property.
void matrix_state_event_set_state_key (MatrixStateEvent *self,const gchar *value);
Set the value of the "state-key" property to value
.
self |
the MatrixStateEvent instance to modify |
|
value |
the new value of the "state-key" property |
JsonNode *
matrix_state_event_get_content (MatrixStateEvent *self);
Get and return the current value of the "content" property.
void matrix_state_event_set_content (MatrixStateEvent *self,JsonNode *value);
Set the value of the "content" property to value
.
self |
the MatrixStateEvent instance to modify |
|
value |
the new value of the "content" property |
struct MatrixStateEvent {
MatrixEvent parent_instance;
MatrixStateEventPrivate * priv;
};
struct MatrixStateEventClass {
MatrixEventClass parent_class;
};
The class structure for MATRIX_TYPE_STATE_EVENT. All the fields in this structure are private and should never be accessed directly.