Change send_event_recepit_type’s type param to receipt_type

It is for not to clash with some languages (like Python).
This commit is contained in:
2016-01-15 16:38:39 +01:00
parent d20e9a9060
commit 68833931e0
2 changed files with 5 additions and 5 deletions

View File

@@ -280,7 +280,7 @@ struct _MatrixAPIInterface {
MatrixAPICallback callback,
gpointer user_data,
const gchar *room_id,
MatrixAPIReceiptType type,
MatrixAPIReceiptType receipt_type,
const gchar *event_id,
JsonNode *receipt,
GError **error);
@@ -697,7 +697,7 @@ void matrix_api_send_event_receipt(MatrixAPI *api,
MatrixAPICallback callback,
gpointer user_data,
const gchar *room_id,
MatrixAPIReceiptType type,
MatrixAPIReceiptType receipt_type,
const gchar *event_id,
JsonNode *receipt,
GError **error);