Rename MatrixAPIPusher to MatrixPusher

This commit is contained in:
2016-01-25 16:30:39 +01:00
parent 45b071365d
commit f51a4ba63c
6 changed files with 158 additions and 166 deletions

View File

@@ -1369,12 +1369,12 @@ static void
i_update_pusher(MatrixAPI *api,
MatrixAPICallback callback,
gpointer user_data,
MatrixAPIPusher *pusher,
MatrixPusher *pusher,
GError **error)
{
JsonNode *pusher_node;
if ((pusher_node = matrix_api_pusher_get_json_node(
if ((pusher_node = matrix_pusher_get_json_node(
pusher, error)) == NULL) {
return;
}