mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
docs: Remove inaccurate description
This parameter may not be NULL even if the function described by the GIFunctionInfo has a void return type, so we should not say this in the documentation.
This commit is contained in:
parent
ac01cf93f4
commit
f7cc968eb9
@ -237,8 +237,7 @@ g_invoke_error_quark (void)
|
||||
* may be %NULL
|
||||
* @n_out_args: the length of the @out_args array
|
||||
* @return_value: return location for the return value of the
|
||||
* function. If the function returns void, @return_value may be
|
||||
* %NULL
|
||||
* function.
|
||||
* @error: return location for detailed error information, or %NULL
|
||||
*
|
||||
* Invokes the function described in @info with the given
|
||||
|
Loading…
Reference in New Issue
Block a user