summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.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-text.c
parent7529a9d658512f7fcef4b8c5fe476eb35035d308 (diff)
downloadat-spi2-core-644a50e6b09324e03478ebe821927e2aaf73f759.tar.gz
introspection: add some missing Returns: (nullable) annotations
Diffstat (limited to 'atspi/atspi-text.c')
-rw-r--r--atspi/atspi-text.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c
index 67510ea7..98a454b8 100644
--- a/atspi/atspi-text.c
+++ b/atspi/atspi-text.c
@@ -287,8 +287,8 @@ atspi_text_get_attribute_run (AtspiText *obj,
*
* Gets the value of a named attribute at a given offset.
*
- * Returns: the value of a given attribute at the given offset, or NULL if
- * not present.
+ * Returns: (nullable): the value of a given attribute at the given
+ * offset, or %NULL if not present.
*
* Deprecated: 2.10: Use atspi_text_get_text_attribute_value instead.
* Rename to: atspi_text_get_text_attribute_value
@@ -311,7 +311,7 @@ atspi_text_get_attribute_value (AtspiText *obj,
*
* Gets the value of a named attribute at a given offset.
*
- * Returns: the value of a given attribute at the given offset, or NULL if
+ * Returns: (nullable): the value of a given attribute at the given offset, or %NULL if
* not present.
**/
gchar *