X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkdocument.c;h=17614e664a8af1f99a23f04a6dd30916e57af280;hb=refs%2Fheads%2Ftizen_3.0_tv;hp=c975132bc4a260e939398eeaf3a63e4b356e7b08;hpb=faeb56936d97eaef6791fc9fd72fbe1f44558e92;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkdocument.c b/atk/atkdocument.c index c975132..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,13 +234,11 @@ 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 * the document content does not specify a locale. - * Virtual: get_document_locale **/ const gchar * atk_document_get_locale (AtkDocument *document) @@ -272,7 +272,6 @@ atk_document_get_locale (AtkDocument *document) * Returns: (transfer none): An AtkAttributeSet containing the explicitly * set name-value-pair attributes associated with this document * as a whole. - * Virtual: get_document_attributes **/ AtkAttributeSet * atk_document_get_attributes (AtkDocument *document) @@ -301,10 +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. - * Virtual: get_document_attribute_value + * 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, @@ -338,7 +336,6 @@ atk_document_get_attribute_value (AtkDocument *document, * Returns: TRUE if #value is successfully associated with #attribute_name * for this document, FALSE otherwise (e.g. if the document does not * allow the attribute to be modified). - * Virtual: set_document_attribute */ gboolean atk_document_set_attribute_value (AtkDocument *document,