diff --git a/src/matrix-api.c b/src/matrix-api.c index 21a5411..d2102b7 100644 --- a/src/matrix-api.c +++ b/src/matrix-api.c @@ -2112,7 +2112,8 @@ matrix_api_delete_room_tag(MatrixAPI *api, * @user_id: the ID of the user to add the tag for * @room_id: the ID of the room to add the tag for * @tag: the tag to add - * @content: (transfer full): extra data for the tag, e.g. ordering + * @content: (transfer full) (allow-none): extra data for the tag, + * e.g. ordering * @error: return location for a #GError, or %NULL * * Add a tag to the room.