mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gerror: Fix an old allow-none annotation
It’s now best described as both nullable and optional. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
9eee19b7ed
commit
00b75eb95c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user