mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 05:09:21 +02: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:
@@ -267,7 +267,7 @@ g_callable_info_skip_return (GICallableInfo *info)
|
|||||||
* See whether the caller owns the return value of this callable.
|
* See whether the caller owns the return value of this callable.
|
||||||
* #GITransfer contains a list of possible transfer values.
|
* #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
|
GITransfer
|
||||||
g_callable_info_get_caller_owns (GICallableInfo *info)
|
g_callable_info_get_caller_owns (GICallableInfo *info)
|
||||||
|
Reference in New Issue
Block a user