Don't return DBUS_HANDLER_RESULT_HANDLED for NameOwnerChanged signals
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / event.h
index d40567d..1a9f9f3 100644 (file)
@@ -4,6 +4,7 @@
  *
  * Copyright 2001, 2002 Sun Microsystems Inc.,
  * Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2008, 2009 Codethink Ltd.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
  * Boston, MA 02111-1307, USA.
  */
 
-#ifndef SPI_EVENT_H_
-#define SPI_EVENT_H_
+#ifndef EVENT_H
+#define EVENT_H
 
-#include <atk/atk.h>
-#include <spi-common/spi-types.h>
-
-G_BEGIN_DECLS
-
-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);
-
-G_END_DECLS
+void spi_atk_tidy_windows (void);
 
-#endif /* SPI_EVENT_H_ */
+gboolean spi_event_is_subtype (gchar **needle, gchar **haystack);
+#endif /* EVENT_H */