Fix add_room_tag prototype and vfunc

This commit is contained in:
2016-01-16 15:24:11 +01:00
parent 1cdda64f47
commit 2dfdb754f3
2 changed files with 2 additions and 2 deletions

View File

@@ -456,7 +456,7 @@ struct _MatrixAPIInterface {
const gchar *user_id,
const gchar *room_id,
const gchar *tag,
const JsonNode *content,
JsonNode *content,
GError **error);
/* VoIP */