summaryrefslogtreecommitdiff
path: root/atspi/atspi-registry.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-05-29 17:27:02 -0500
committerMike Gorse <mgorse@novell.com>2011-05-29 17:27:02 -0500
commite5198adbcc277c6dc22ecf022b4b7504292b7ce0 (patch)
tree6725fe06d190607cdde997977ccb9a37e4a4b267 /atspi/atspi-registry.h
parent0c418b1248fa9fc6d7f32c17519a58bb4c4d75af (diff)
downloadat-spi2-core-e5198adbcc277c6dc22ecf022b4b7504292b7ce0.tar.gz
Revert "Clean up enums"
This reverts commit a12d7458110c57e183916255d701b1e0d7c070e1. Conflicts: atspi/atspi-constants.h Reverting these enum clean-ups for now, since they require pygobject 2.28.0 for pyatspi, at least one user is pulling git while using pygobject 2.26.0, upgrading pygobject is likely to be a complicated process that may break things, and these changes are only code clean-ups that will not really benefit users. Will reinstate in a separate branch and merge some time in the future.
Diffstat (limited to 'atspi/atspi-registry.h')
-rw-r--r--atspi/atspi-registry.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/atspi/atspi-registry.h b/atspi/atspi-registry.h
index f8bf42fa..03086dc1 100644
--- a/atspi/atspi-registry.h
+++ b/atspi/atspi-registry.h
@@ -42,8 +42,7 @@ atspi_register_keystroke_listener (AtspiDeviceListener *listener,
GArray *key_set,
AtspiKeyMaskType modmask,
AtspiKeyEventMask event_types,
- AtspiKeyListenerSyncType sync_type,
- GError **error);
+ gint sync_type, GError **error);
gboolean
atspi_deregister_keystroke_listener (AtspiDeviceListener *listener,