mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
docs: Fix return value description
The return value of g_callable_info_get_caller_owns() is not a boolean any more.
This commit is contained in:
parent
50c7ae999c
commit
f6ea169530
@ -267,7 +267,7 @@ g_callable_info_skip_return (GICallableInfo *info)
|
||||
* See whether the caller owns the return value of this callable.
|
||||
* #GITransfer contains a list of possible transfer values.
|
||||
*
|
||||
* Returns: %TRUE if the caller owns the return value, %FALSE otherwise.
|
||||
* Returns: the transfer mode for the return value of the callable
|
||||
*/
|
||||
GITransfer
|
||||
g_callable_info_get_caller_owns (GICallableInfo *info)
|
||||
|
Loading…
Reference in New Issue
Block a user