X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkdocument.c;h=17614e664a8af1f99a23f04a6dd30916e57af280;hb=refs%2Ftags%2Faccepted%2Ftizen%2Fcommon%2F20170102.152409;hp=b0a8c8f192b2055d4c13e69d3f19ddbcbf3e4b94;hpb=b063649bc595926233f83ab73d4ac506dc178198;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkdocument.c b/atk/atkdocument.c index b0a8c8f..17614e6 100755 --- a/atk/atkdocument.c +++ b/atk/atkdocument.c @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ +#include "config.h" + #include "atkdocument.h" /** @@ -232,8 +234,7 @@ atk_document_get_document (AtkDocument *document) * a different locale, see atk_text_get_attributes and * atk_image_get_image_locale. * - * Deprecated: This method is deprecated since ATK version - * 2.7.90. Please use atk_object_get_object_locale() instead. + * Deprecated: 2.7.90: Please use atk_object_get_object_locale() instead. * * Returns: a UTF-8 string indicating the POSIX-style LC_MESSAGES * locale of the document content as a whole, or NULL if @@ -299,9 +300,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,