Rename modify_pusher update_pusher

It reflects the functionality better.
This commit is contained in:
2016-01-15 14:37:11 +01:00
parent 26875278e3
commit 3e464e7318
4 changed files with 10 additions and 9 deletions

View File

@@ -112,7 +112,7 @@ struct _MatrixAPIInterface {
GError **error);
/* Push notifications */
void (*modify_pusher)(MatrixAPI *api,
void (*update_pusher)(MatrixAPI *api,
MatrixAPICallback callback,
gpointer user_data,
MatrixAPIPusher *pusher,
@@ -529,7 +529,7 @@ void matrix_api_set_user_presence(MatrixAPI *api,
GError **error);
/* Push notifications */
void matrix_api_modify_pusher(MatrixAPI *api,
void matrix_api_update_pusher(MatrixAPI *api,
MatrixAPICallback callback,
gpointer user_data,
MatrixAPIPusher *pusher,