Add response error handling to the HTTP API

This commit is contained in:
2015-12-15 12:25:45 +01:00
parent 9552136059
commit 2dbc3ea316
3 changed files with 49 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ typedef struct _MatrixAPI MatrixAPI;
typedef void (*MatrixAPICallback)(MatrixAPI *api,
JsonNode *content,
gpointer data,
GError **err);
GError *err);
struct _MatrixAPIInterface {
/*< private >*/