From d41f718dda57daf36a284337c85a78cc710b6079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 14 May 2020 17:26:21 +0200 Subject: [PATCH] Add missing nullable annotation to g_object_info_get_parent --- giobjectinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giobjectinfo.c b/giobjectinfo.c index efb9ad76d..3f3423ccb 100644 --- a/giobjectinfo.c +++ b/giobjectinfo.c @@ -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 *