From c73f76a23561b6505ca8edc22b32c3a5898da711 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 21 Jan 2016 15:36:06 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20allow-none=20clause=20from=20register?= =?UTF-8?q?=5Faccount=E2=80=99s=20password=20parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is not allowed by the specification. --- 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 327c10a..990b9f2 100644 --- a/src/matrix-api.c +++ b/src/matrix-api.c @@ -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