X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkdocument.c;h=b0a8c8f192b2055d4c13e69d3f19ddbcbf3e4b94;hb=b063649bc595926233f83ab73d4ac506dc178198;hp=17614e664a8af1f99a23f04a6dd30916e57af280;hpb=3448c1afc18efd81d3a0c9d1a4fd301068199137;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkdocument.c b/atk/atkdocument.c index 17614e6..b0a8c8f 100755 --- a/atk/atkdocument.c +++ b/atk/atkdocument.c @@ -17,8 +17,6 @@ * Boston, MA 02111-1307, USA. */ -#include "config.h" - #include "atkdocument.h" /** @@ -234,7 +232,8 @@ atk_document_get_document (AtkDocument *document) * a different locale, see atk_text_get_attributes and * atk_image_get_image_locale. * - * Deprecated: 2.7.90: Please use atk_object_get_object_locale() instead. + * Deprecated: This method is deprecated since ATK version + * 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 @@ -300,9 +299,9 @@ atk_document_get_attributes (AtkDocument *document) * * Since: 1.12 * - * 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. + * 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. */ const gchar * atk_document_get_attribute_value (AtkDocument *document,