Add Meson build system
[platform/upstream/atk.git] / atk / atkmisc.c
old mode 100755 (executable)
new mode 100644 (file)
index 8a16b45..cd59a07
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #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 +72,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 +107,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 +135,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.
  *