mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-20 22:29:17 +02:00
Add missing nullable annotation to g_object_info_get_parent
This commit is contained in:
parent
47136da074
commit
d41f718dda
@ -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 *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user