mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Merge branch 'callable-docs' into 'main'
gicallableinfo: Clarify docs for callables with no return type See merge request GNOME/glib!3902
This commit is contained in:
commit
bc0e53aa27
@ -172,6 +172,9 @@ gi_callable_info_is_method (GICallableInfo *info)
|
|||||||
*
|
*
|
||||||
* Obtain the return type of a callable item as a [class@GIRepository.TypeInfo].
|
* Obtain the return type of a callable item as a [class@GIRepository.TypeInfo].
|
||||||
*
|
*
|
||||||
|
* If the callable doesn’t return anything, a [class@GIRepository.TypeInfo] of
|
||||||
|
* type [enum@GIRepository.TypeTag.VOID] will be returned.
|
||||||
|
*
|
||||||
* Returns: (transfer full): the [class@GIRepository.TypeInfo]. Free the struct
|
* Returns: (transfer full): the [class@GIRepository.TypeInfo]. Free the struct
|
||||||
* by calling [method@GIRepository.BaseInfo.unref] when done.
|
* by calling [method@GIRepository.BaseInfo.unref] when done.
|
||||||
* Since: 2.80
|
* Since: 2.80
|
||||||
|
Loading…
Reference in New Issue
Block a user