Add response error handling to the HTTP API
This commit is contained in:
@@ -48,7 +48,7 @@ typedef struct _MatrixAPI MatrixAPI;
|
||||
typedef void (*MatrixAPICallback)(MatrixAPI *api,
|
||||
JsonNode *content,
|
||||
gpointer data,
|
||||
GError **err);
|
||||
GError *err);
|
||||
|
||||
struct _MatrixAPIInterface {
|
||||
/*< private >*/
|
||||
|
Reference in New Issue
Block a user