Merge branch '3037-doc-build-cleanups' into 'main'

build: Rename -Dgtk_doc option to -Ddocumentation and fix some g-ir-scanner warnings

See merge request GNOME/glib!3736
This commit is contained in:
Emmanuele Bassi
2023-12-01 22:48:17 +00:00
38 changed files with 140 additions and 123 deletions

View File

@@ -251,7 +251,7 @@ g_tls_password_new (GTlsPasswordFlags flags,
/**
* g_tls_password_get_value: (virtual get_value)
* @password: a #GTlsPassword object
* @length: (optional): location to place the length of the password.
* @length: (optional) (out caller-allocates): location to place the length of the password.
*
* Get the password value. If @length is not %NULL then it will be
* filled in with the length of the password value. (Note that the