summaryrefslogtreecommitdiff
path: root/registryd/deviceeventcontroller.h
diff options
context:
space:
mode:
authormichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2001-11-13 01:21:15 +0000
committermichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2001-11-13 01:21:15 +0000
commit66c4375c7cd9a0a01e79f562e1bb0326fc4dcd21 (patch)
tree11412c6c423cf34be0a0d2404eb14817aa67e76f /registryd/deviceeventcontroller.h
parent408978dd34f3338e49b6ace5f60b7606579ce7a9 (diff)
downloadat-spi2-core-66c4375c7cd9a0a01e79f562e1bb0326fc4dcd21.tar.gz
2001-11-13 Michael Meeks <michael@ximian.com>
* *.[ch] fix bits I screwed up: s/([^ \tb(\*\&\?\",])spi_/\1/g; s/([^ \tb(\*\&\?\",])Spi/\1/g; git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@88 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'registryd/deviceeventcontroller.h')
-rw-r--r--registryd/deviceeventcontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/registryd/deviceeventcontroller.h b/registryd/deviceeventcontroller.h
index 985a36ef..b9e91f5c 100644
--- a/registryd/deviceeventcontroller.h
+++ b/registryd/deviceeventcontroller.h
@@ -47,7 +47,7 @@ typedef struct {
typedef struct {
BonoboObjectClass parent_class;
- POA_Accessibility_SpiDeviceEventController__epv epv;
+ POA_Accessibility_DeviceEventController__epv epv;
gboolean (*check_key_event) (SpiDeviceEventController *controller);
} SpiDeviceEventControllerClass;