summaryrefslogtreecommitdiff
path: root/atspi/atspi-hypertext.c
diff options
context:
space:
mode:
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)