summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2020-05-14 17:26:21 +0200
committerJonne Haß <me@jhass.eu>2020-05-14 17:26:21 +0200
commitf9a92fc3a4d380b4795eefda593082779763d792 (patch)
tree4d9275534872d2f635ec81a5f3f44dc1e94fcd0e
parent487d3f01bcd4c2bc9adbe2d4aaa77b2c37c44795 (diff)
downloadgobject-introspection-f9a92fc3a4d380b4795eefda593082779763d792.tar.gz
Add missing nullable annotation to g_object_info_get_parent
-rw-r--r--girepository/giobjectinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/giobjectinfo.c b/girepository/giobjectinfo.c
index efb9ad76..3f3423cc 100644
--- a/girepository/giobjectinfo.c
+++ b/girepository/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 *