Make MatrixAPIStateEvent a boxed type

This commit is contained in:
2016-01-11 13:45:51 +01:00
parent edbc6222e3
commit 4aa99ea19b
5 changed files with 273 additions and 18 deletions

View File

@@ -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;