Remove const constraint from media_upload’s content

This commit is contained in:
2016-01-15 13:53:06 +01:00
parent 59ae4b266f
commit 84c0eb569d
2 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ struct _MatrixAPIInterface {
MatrixAPICallback callback,
gpointer user_data,
const gchar *content_type,
const GByteArray *content,
GByteArray *content,
GError **error);
/* Presence */
@@ -499,7 +499,7 @@ void matrix_api_media_upload(MatrixAPI *api,
MatrixAPICallback callback,
gpointer user_data,
const gchar *content_type,
const GByteArray *content,
GByteArray *content,
GError **error);
/* Presence */