2002-09-13 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / libspi / keystrokelistener.h
index 5bd61eb..e341c7e 100644 (file)
@@ -2,7 +2,8 @@
  * AT-SPI - Assistive Technology Service Provider Interface
  * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
  *
- * Copyright 2001 Sun Microsystems Inc.
+ * Copyright 2001, 2002 Sun Microsystems Inc.,
+ * Copyright 2001, 2002 Ximian, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -44,10 +45,10 @@ struct _SpiKeystrokeListener {
 
 typedef struct {
         BonoboObjectClass parent_class;
-        POA_Accessibility_KeystrokeListener__epv epv;
+        POA_Accessibility_DeviceEventListener__epv epv;
 
        gboolean (*key_event) (SpiKeystrokeListener *listener,
-                              const Accessibility_KeyStroke *key);
+                              const Accessibility_DeviceEvent *key);
 } SpiKeystrokeListenerClass;
 
 GType                  spi_keystroke_listener_get_type        (void);