Merge branch 'error-docs' into 'main'

gerror: Fix an old allow-none annotation

See merge request GNOME/glib!3761
This commit is contained in:
Marco Trevisan 2023-12-14 05:39:52 +00:00
commit 81789e5320

View File

@ -631,7 +631,7 @@ g_prefix_error (GError **err,
/**
* g_prefix_error_literal:
* @err: (allow-none): a return location for a #GError, or %NULL
* @err: (inout) (nullable) (optional): a return location for a #GError, or %NULL
* @prefix: string to prefix @err with
*
* Prefixes @prefix to an existing error message. If @err or *@err is