From 38151404db65de8ec22a8c97624300a4d62c24d4 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 14 Dec 2015 20:33:23 +0100 Subject: [PATCH] Documentation fix for matrix_api_create_room() --- src/matrix-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix-api.c b/src/matrix-api.c index 4b77fa6..bfea692 100644 --- a/src/matrix-api.c +++ b/src/matrix-api.c @@ -114,7 +114,7 @@ matrix_api_ban_user(MatrixAPI *api, * @callback: (scope async): the function to call when the request is * finished * @user_data: user data to pass to the callback function - * @alias: the alias (name) of the room + * @room_alias: the alias (name) of the room * @is_public: if %TRUE, the room will be accessible for anyone * @invitees: (allow-none): list of user IDs to invite to the new room *