added use of non-preemptive keylistener to simple-at test.
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-listener.h
index e30d0b4..ec8b265 100644 (file)
@@ -9,7 +9,6 @@ extern "C" {
 #include "accessibleeventlistener.h"
 #include "keystrokelistener.h"
 
-
 /*
  *
  * Structure used to encapsulate event information
@@ -21,7 +20,7 @@ typedef Accessibility_Event AccessibleEvent;
 /*
  *
  * Function prototype typedefs for Event Listener Callbacks.
- * (see libspi/accessibleeventlistener.h for definition of VoidEventListenerCB).
+ * (see libspi/accessibleeventlistener.h for definition of SpiVoidEventListenerCB).
  *
  * usage: signatures should be
  * void (*AccessibleEventListenerCB) (AccessibleEvent *event);
@@ -29,8 +28,8 @@ typedef Accessibility_Event AccessibleEvent;
  * boolean (*AccessibleKeystrokeListenerCB) (AccessibleKeystrokeEvent *Event);
  */
 
-typedef VoidEventListenerCB AccessibleEventListenerCB;
-typedef BooleanKeystrokeListenerCB AccessibleKeystrokeListenerCB;
+typedef VoidSpiEventListenerCB AccessibleEventListenerCB;
+typedef BooleanKeystrokeListenerCB    AccessibleKeystrokeListenerCB;
 
 #ifdef __cplusplus
 }