Release v2.5.90
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / gtk-3.0 / module.c
index 97929d9..d2a49ee 100644 (file)
@@ -43,3 +43,20 @@ g_module_check_init (GModule *module)
 
   return NULL;
 }
+
+void
+gnome_accessibility_module_init (void)
+{
+  atk_bridge_adaptor_init (NULL, NULL);
+
+  if (g_getenv ("AT_SPI_DEBUG"))
+    {
+      g_print ("Atk Accessibility bridge initialized\n");
+    }
+}
+
+void
+gnome_accessibility_module_shutdown (void)
+{
+    atk_bridge_adaptor_cleanup ();
+}