diff --git a/girepository/gicallableinfo.c b/girepository/gicallableinfo.c index 1c8c8ef17..0095a03b5 100644 --- a/girepository/gicallableinfo.c +++ b/girepository/gicallableinfo.c @@ -172,6 +172,9 @@ gi_callable_info_is_method (GICallableInfo *info) * * 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 * by calling [method@GIRepository.BaseInfo.unref] when done. * Since: 2.80