X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=atk-adaptor%2Fevent.h;h=1a9f9f37e2320cda419e2bc870debc4cdd362d8f;hp=d40567dec07ffd33b4d3d73218eadc68169373f3;hb=abc815aa731b80392c676559c34815d463b0e51c;hpb=95ac4886d1b6649d54daffa7191be1b2bbaf2989 diff --git a/atk-adaptor/event.h b/atk-adaptor/event.h index d40567d..1a9f9f3 100644 --- a/atk-adaptor/event.h +++ b/atk-adaptor/event.h @@ -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 @@ -21,18 +22,12 @@ * Boston, MA 02111-1307, USA. */ -#ifndef SPI_EVENT_H_ -#define SPI_EVENT_H_ +#ifndef EVENT_H +#define EVENT_H -#include -#include - -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 */