Make MatrixAPIRoomFilter a boxed type

This commit is contained in:
2016-01-07 12:26:24 +01:00
parent e11dbc503d
commit 90a360ecd6
5 changed files with 344 additions and 19 deletions

View File

@@ -107,13 +107,6 @@ typedef enum {
MATRIX_API_PUSHER_CONDITION_KIND_ROOM_MEMBER_COUNT
} MatrixAPIPusherConditionKind;
typedef struct _MatrixAPIRoomFilter {
MatrixAPIFilterRules *ephemeral;
gboolean include_leave;
MatrixAPIFilterRules *state;
MatrixAPIFilterRules *timeline;
} MatrixAPIRoomFilter;
typedef struct _MatrixAPIFilter {
GList *event_fields;
MatrixAPIEventFormat event_format;