Make MatrixAPIFilter a boxed type

This commit is contained in:
2016-01-07 17:17:21 +01:00
parent 512020a0ea
commit 72f317a941
5 changed files with 309 additions and 32 deletions

View File

@@ -101,13 +101,6 @@ typedef enum {
MATRIX_API_PUSHER_CONDITION_KIND_ROOM_MEMBER_COUNT
} MatrixAPIPusherConditionKind;
typedef struct _MatrixAPIFilter {
GList *event_fields;
MatrixAPIEventFormat event_format;
MatrixAPIFilterRules *presence;
MatrixAPIRoomFilter *room;
} MatrixAPIFilter;
typedef struct _MatrixAPI3PidCredential {
gchar *client_secret;
gchar *id_server;