Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_16' into...
[platform/upstream/atk.git] / atk / atkdocument.c
index 17614e6..b0a8c8f 100755 (executable)
@@ -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,