Add a GError parameter to MatrixAPICallback

This commit is contained in:
2015-12-15 11:09:51 +01:00
parent 6b6b3b8954
commit e15df6ea2e
4 changed files with 8 additions and 3 deletions

View File

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