summaryrefslogtreecommitdiff
path: root/atspi/atspi-hypertext.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-05-07 16:29:01 -0700
committerMike Gorse <mgorse@suse.com>2014-06-07 15:09:55 -0500
commit644a50e6b09324e03478ebe821927e2aaf73f759 (patch)
treed2f09c06517bccf244d0346b92257bed57b34701 /atspi/atspi-hypertext.c
parent7529a9d658512f7fcef4b8c5fe476eb35035d308 (diff)
downloadat-spi2-core-644a50e6b09324e03478ebe821927e2aaf73f759.tar.gz
introspection: add some missing Returns: (nullable) annotations
Diffstat (limited to 'atspi/atspi-hypertext.c')
-rw-r--r--atspi/atspi-hypertext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atspi/atspi-hypertext.c b/atspi/atspi-hypertext.c
index 748d2721..ca186eaa 100644
--- a/atspi/atspi-hypertext.c
+++ b/atspi/atspi-hypertext.c
@@ -56,8 +56,8 @@ atspi_hypertext_get_n_links (AtspiHypertext *obj, GError **error)
*
* Gets the #AtspiHyperlink object at a specified index.
*
- * Returns: (transfer full): the #AtspiHyperlink object specified by
- * @link_index.
+ * Returns: (nullable) (transfer full): the #AtspiHyperlink object
+ * specified by @link_index.
**/
AtspiHyperlink *
atspi_hypertext_get_link (AtspiHypertext *obj, gint link_index, GError **error)