Make MatrixAPIStateEvent a boxed type
This commit is contained in:
@@ -88,12 +88,6 @@ typedef enum {
|
||||
MATRIX_API_PUSHER_CONDITION_KIND_ROOM_MEMBER_COUNT
|
||||
} MatrixAPIPusherConditionKind;
|
||||
|
||||
typedef struct _MatrixAPIStateEvent {
|
||||
gchar *type;
|
||||
gchar *state_key;
|
||||
gchar *content;
|
||||
} MatrixAPIStateEvent;
|
||||
|
||||
struct _MatrixAPIInterface {
|
||||
/*< private >*/
|
||||
GTypeInterface g_iface;
|
||||
|
Reference in New Issue
Block a user