Add missing nullable annotation to g_object_info_get_parent

This commit is contained in:
Jonne Haß 2020-05-14 17:26:21 +02:00
parent 47136da074
commit d41f718dda

View File

@ -89,7 +89,7 @@ g_object_info_get_field_offset (GIObjectInfo *info,
* *
* Obtain the parent of the object type. * Obtain the parent of the object type.
* *
* Returns: (transfer full): the #GIObjectInfo. Free the struct by calling * Returns: (transfer full) (nullable): the #GIObjectInfo. Free the struct by calling
* g_base_info_unref() when done. * g_base_info_unref() when done.
*/ */
GIObjectInfo * GIObjectInfo *