Documentation fix for matrix_api_create_room()

This commit is contained in:
Gergely Polonkai 2015-12-14 20:33:23 +01:00
parent 0ec0c7c34e
commit 38151404db
1 changed files with 1 additions and 1 deletions

View File

@ -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
*