From 644a50e6b09324e03478ebe821927e2aaf73f759 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Wed, 7 May 2014 16:29:01 -0700 Subject: introspection: add some missing Returns: (nullable) annotations --- atspi/atspi-accessible.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'atspi/atspi-accessible.c') diff --git a/atspi/atspi-accessible.c b/atspi/atspi-accessible.c index ccf1484b..7dd9fcfc 100644 --- a/atspi/atspi-accessible.c +++ b/atspi/atspi-accessible.c @@ -267,9 +267,10 @@ const char *str_parent = "Parent"; * * Gets an #AtspiAccessible object's parent container. * - * Returns: (transfer full): a pointer to the #AtspiAccessible object which - * contains the given #AtspiAccessible instance, or NULL if the @obj - * has no parent container. + * Returns: (nullable) (transfer full): a pointer to the + * #AtspiAccessible object which contains the given + * #AtspiAccessible instance, or NULL if the @obj has no + * parent container. * **/ AtspiAccessible * -- cgit v1.2.1