Fix add_room_tag prototype and vfunc
This commit is contained in:
parent
1cdda64f47
commit
2dfdb754f3
@ -2092,7 +2092,7 @@ matrix_api_delete_room_tag(MatrixAPI *api,
|
|||||||
* @user_id: the ID of the user to add the tag for
|
* @user_id: the ID of the user to add the tag for
|
||||||
* @room_id: the ID of the room to add the tag for
|
* @room_id: the ID of the room to add the tag for
|
||||||
* @tag: the tag to add
|
* @tag: the tag to add
|
||||||
* @content: extra data for the tag, e.g. ordering
|
* @content: (transfer full): extra data for the tag, e.g. ordering
|
||||||
* @error: return location for a #GError, or %NULL
|
* @error: return location for a #GError, or %NULL
|
||||||
*
|
*
|
||||||
* Add a tag to the room.
|
* Add a tag to the room.
|
||||||
|
@ -456,7 +456,7 @@ struct _MatrixAPIInterface {
|
|||||||
const gchar *user_id,
|
const gchar *user_id,
|
||||||
const gchar *room_id,
|
const gchar *room_id,
|
||||||
const gchar *tag,
|
const gchar *tag,
|
||||||
const JsonNode *content,
|
JsonNode *content,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
/* VoIP */
|
/* VoIP */
|
||||||
|
Loading…
Reference in New Issue
Block a user