mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gitypeinfo: Add missing introspection annotations in GITypeInfo
Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3155
This commit is contained in:
parent
392833b67f
commit
a16be963b4
@ -120,9 +120,9 @@ gi_type_info_get_tag (GITypeInfo *info)
|
||||
* @info: a #GITypeInfo
|
||||
* @n: index of the parameter
|
||||
*
|
||||
* Obtain the parameter type @n.
|
||||
* Obtain the parameter type @n, or `-1` if the type is not an array.
|
||||
*
|
||||
* Returns: (transfer full): the param type info
|
||||
* Returns: (transfer full) (nullable): the param type info
|
||||
*/
|
||||
GITypeInfo *
|
||||
gi_type_info_get_param_type (GITypeInfo *info,
|
||||
@ -167,7 +167,7 @@ gi_type_info_get_param_type (GITypeInfo *info,
|
||||
* inspect the type of the returned #GIBaseInfo to further query whether it is
|
||||
* a concrete GObject, a GInterface, a structure, etc. using gi_base_info_get_type().
|
||||
*
|
||||
* Returns: (transfer full): the #GIBaseInfo, or %NULL. Free it with
|
||||
* Returns: (transfer full) (nullable): the #GIBaseInfo, or %NULL. Free it with
|
||||
* gi_base_info_unref() when done.
|
||||
*/
|
||||
GIBaseInfo *
|
||||
|
Loading…
Reference in New Issue
Block a user