mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02:00
Add missing nullable annotation to g_object_info_get_parent
This commit is contained in:
@@ -89,7 +89,7 @@ g_object_info_get_field_offset (GIObjectInfo *info,
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
GIObjectInfo *
|
||||
|
Reference in New Issue
Block a user