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

@@ -31,7 +31,7 @@ static GOptionEntry entries[] = {
};
static void
login_finished(MatrixAPI *api, JsonNode *content, gpointer data)
login_finished(MatrixAPI *api, JsonNode *content, gpointer data, GError **err)
{
JsonPath *path = json_path_new();
JsonNode *result;