Make MatrixAPI3PidCredential a boxed type

This commit is contained in:
2016-01-07 17:33:36 +01:00
parent 72f317a941
commit ad8e202367
5 changed files with 200 additions and 18 deletions

View File

@@ -101,12 +101,6 @@ typedef enum {
MATRIX_API_PUSHER_CONDITION_KIND_ROOM_MEMBER_COUNT
} MatrixAPIPusherConditionKind;
typedef struct _MatrixAPI3PidCredential {
gchar *client_secret;
gchar *id_server;
gchar *session_id;
} MatrixAPI3PidCredential;
typedef struct _MatrixAPIPusher {
gchar *app_display_name;
gchar *app_id;