X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkdocument.c;h=dc56eae780409ec0e6697e4cd6eba013ad13141a;hb=7a46a450bfe9f8aae82b7c10e25ae13bd5cb3a9a;hp=b0a8c8f192b2055d4c13e69d3f19ddbcbf3e4b94;hpb=050183b2fdb854a4efb9ac3e00511a8d64179a70;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkdocument.c b/atk/atkdocument.c index b0a8c8f..dc56eae 100755 --- a/atk/atkdocument.c +++ b/atk/atkdocument.c @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ +#include "config.h" + #include "atkdocument.h" /** @@ -299,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,