mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
girffi: Expand docs for gi_function_info_prep_invoker()
Mention that the returned `GIFunctionInvoker` needs to be cleared. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
bf4cf2d464
commit
998baf9afb
@ -269,6 +269,9 @@ gi_callable_info_get_ffi_return_type (GICallableInfo *callable_info)
|
|||||||
* by a language binding could contain a [type@GIRepository.FunctionInvoker]
|
* by a language binding could contain a [type@GIRepository.FunctionInvoker]
|
||||||
* structure inside the binding’s function mapping.
|
* structure inside the binding’s function mapping.
|
||||||
*
|
*
|
||||||
|
* @invoker must be freed using [method@GIRepository.FunctionInvoker.destroy]
|
||||||
|
* when it’s finished with.
|
||||||
|
*
|
||||||
* Returns: `TRUE` on success, `FALSE` otherwise with @error set.
|
* Returns: `TRUE` on success, `FALSE` otherwise with @error set.
|
||||||
* Since: 2.80
|
* Since: 2.80
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user