mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user