Move DllMain() to atkprivate.c
[platform/upstream/atk.git] / atk / atkmisc.c
index 8a16b45..b6aaeea 100755 (executable)
 
 #include "atkmisc.h"
 
+/**
+ * SECTION:atkmisc
+ * @Short_description: A set of ATK utility functions for thread locking
+ * @Title:AtkMisc
+ *
+ * A set of utility functions for thread locking. This interface and
+ * all his related methods are deprecated since 2.12.
+ */
+
 static void atk_misc_class_init (AtkMiscClass *klass);
 
 GType
@@ -61,7 +70,9 @@ atk_misc_class_init (AtkMiscClass *klass)
  * (This method is implemented by the toolkit ATK implementation layer;
  *  for instance, for GTK+, GAIL implements this via GDK_THREADS_ENTER).
  *
- * Since: ATK 1.13
+ * Deprecated: Since 2.12.
+ *
+ * Since: 1.13
  *
  **/
 void
@@ -94,7 +105,9 @@ atk_misc_threads_enter (AtkMisc *misc)
  * (This method is implemented by the toolkit ATK implementation layer;
  *  for instance, for GTK+, GAIL implements this via GDK_THREADS_LEAVE).
  *
- * Since: ATK 1.13
+ * Deprecated: Since 2.12.
+ *
+ * Since: 1.13
  *
  **/
 void
@@ -120,7 +133,9 @@ AtkMisc *atk_misc_instance = NULL;
  *
  * Obtain the singleton instance of AtkMisc for this application.
  * 
- * Since: ATK 1.13
+ * Since: 1.13
+ *
+ * Deprecated: Since 2.12.
  *
  * Returns: The singleton instance of AtkMisc for this application.
  *