Documentation fix for MatrixAPI.register_account
This commit is contained in:
parent
207e4af288
commit
283463810b
@ -2449,8 +2449,11 @@ matrix_api_set_display_name(MatrixAPI *api,
|
|||||||
* @password: the desired password for the account
|
* @password: the desired password for the account
|
||||||
* @error: return location for a #GError, or %NULL
|
* @error: return location for a #GError, or %NULL
|
||||||
*
|
*
|
||||||
* Attempt to register with type @login_type. Implementations of this
|
* Attempt to register an account with the homeserver using @username
|
||||||
* method must set the token property on a successful login.
|
* and @password.
|
||||||
|
*
|
||||||
|
* Implementations of this method must set the token property on a
|
||||||
|
* successful login.
|
||||||
*
|
*
|
||||||
* If @password is %NULL, this function returns immediately, and fills
|
* If @password is %NULL, this function returns immediately, and fills
|
||||||
* @error with %MATRIX_API_ERROR_INCOMPLETE.
|
* @error with %MATRIX_API_ERROR_INCOMPLETE.
|
||||||
|
Loading…
Reference in New Issue
Block a user