mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch 'error-docs' into 'main'
gerror: Fix an old allow-none annotation See merge request GNOME/glib!3761
This commit is contained in:
commit
81789e5320
@ -631,7 +631,7 @@ g_prefix_error (GError **err,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_prefix_error_literal:
|
* 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
|
* @prefix: string to prefix @err with
|
||||||
*
|
*
|
||||||
* Prefixes @prefix to an existing error message. If @err or *@err is
|
* Prefixes @prefix to an existing error message. If @err or *@err is
|
||||||
|
Loading…
Reference in New Issue
Block a user