Remove allow-none clause from register_account’s password parameter

It is not allowed by the specification.
This commit is contained in:
Gergely Polonkai 2016-01-21 15:36:06 +01:00
parent cbfb0fbe72
commit c73f76a235
1 changed files with 1 additions and 1 deletions

View File

@ -1960,7 +1960,7 @@ matrix_api_set_display_name(MatrixAPI *api,
* authentication to the Matrix ID with the ID server
* @username: (allow-none): the local part of the desired Matrix
* ID. If omitted, the server will generate a local part
* @password: (allow-none): the desired password for the account
* @password: the desired password for the account
* @error: return location for a #GError, or %NULL
*
* Attempt to register with type @login_type. Implementations of this