summaryrefslogtreecommitdiff
path: root/atk/atkdocument.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-05-07 15:38:37 -0700
committerEvan Nemerson <evan@nemerson.com>2014-05-08 09:25:48 -0700
commit7a46a450bfe9f8aae82b7c10e25ae13bd5cb3a9a (patch)
treecb3df0e6a3af32b7759a4e5f57e16e3a8eb16744 /atk/atkdocument.c
parent17f645cf2264d02295b7234160b6b8684e231284 (diff)
downloadatk-7a46a450bfe9f8aae82b7c10e25ae13bd5cb3a9a.tar.gz
introspection: add many missing Returns: (nullable) annotations
https://bugzilla.gnome.org/show_bug.cgi?id=729752
Diffstat (limited to 'atk/atkdocument.c')
-rwxr-xr-xatk/atkdocument.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atk/atkdocument.c b/atk/atkdocument.c
index 81bad4d..dc56eae 100755
--- a/atk/atkdocument.c
+++ b/atk/atkdocument.c
@@ -301,9 +301,9 @@ atk_document_get_attributes (AtkDocument *document)
*
* Since: 1.12
*
- * Returns: a string value associated with the named attribute for this
- * document, or NULL if a value for #attribute_name has not been specified
- * for this document.
+ * Returns: (nullable): a string value associated with the named
+ * attribute for this document, or NULL if a value for
+ * #attribute_name has not been specified for this document.
*/
const gchar *
atk_document_get_attribute_value (AtkDocument *document,