BGO#641869: Remove --enable-relocate and associated autostart file and schema
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / event.h
index ecd3fd9..07a43df 100644 (file)
@@ -27,8 +27,9 @@
 
 #include <common/spi-types.h>
 
-void spi_atk_register_event_listeners   (void);
+void spi_atk_register_event_listeners (void);
 void spi_atk_deregister_event_listeners (void);
-void spi_atk_tidy_windows               (void);
+void spi_atk_tidy_windows (void);
 
+gboolean spi_event_is_subtype (gchar **needle, gchar **haystack);
 #endif /* EVENT_H */