summaryrefslogtreecommitdiff
path: root/atspi/atspi-registry.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-05-29 17:46:39 -0500
committerMike Gorse <mgorse@novell.com>2011-05-29 17:46:39 -0500
commit7afb51e5093fef46c699d92ee8eee94f5b6886fb (patch)
tree153ccf97b6b3c6c8b6fa1fd263c0306b91c1e328 /atspi/atspi-registry.h
parente5198adbcc277c6dc22ecf022b4b7504292b7ce0 (diff)
downloadat-spi2-core-7afb51e5093fef46c699d92ee8eee94f5b6886fb.tar.gz
Enum clean-upsenum-types
Generate enum types where appropriate. Fix prototypes where a method took a "gint" that was really a bitflag. Remove tables of state and role names, since these are now redundant with data from the generated enums and would need to be maintained in parallel. These changes were originally in master but have been backed out since they break compatibility with pygobject 2.26.0, which some users are still using.
Diffstat (limited to 'atspi/atspi-registry.h')
-rw-r--r--atspi/atspi-registry.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/atspi/atspi-registry.h b/atspi/atspi-registry.h
index 03086dc1..f8bf42fa 100644
--- a/atspi/atspi-registry.h
+++ b/atspi/atspi-registry.h
@@ -42,7 +42,8 @@ atspi_register_keystroke_listener (AtspiDeviceListener *listener,
GArray *key_set,
AtspiKeyMaskType modmask,
AtspiKeyEventMask event_types,
- gint sync_type, GError **error);
+ AtspiKeyListenerSyncType sync_type,
+ GError **error);
gboolean
atspi_deregister_keystroke_listener (AtspiDeviceListener *listener,