diff options
author | Bill Haneman <billh@src.gnome.org> | 2001-11-19 15:39:12 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2001-11-19 15:39:12 +0000 |
commit | 615197f7d958094cda85d76517c8ccd7797bb0b6 (patch) | |
tree | 7d08d5d3d3ba2c34e0ee426a8405fd585422b8b7 /atk/atkutil.h | |
parent | a120c490a04ca82e4f9ca5b8cdd1fb387db19d9e (diff) | |
download | atk-615197f7d958094cda85d76517c8ccd7797bb0b6.tar.gz |
Change to signature of atk_add_event_listener to use AtkKeySnoopFunc instead
of pointer to same.
Changed AtkKeySnoopFunc sig: removed AtkObjectImplementor arg since snooped
keys are not reliably associated with AtkObjects.
Diffstat (limited to 'atk/atkutil.h')
-rwxr-xr-x | atk/atkutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkutil.h b/atk/atkutil.h index 00fd8f5..5fadb95 100755 --- a/atk/atkutil.h +++ b/atk/atkutil.h @@ -47,7 +47,7 @@ typedef struct _AtkKeyEventStruct AtkKeyEventStruct; */ typedef void (*AtkEventListener) (AtkObject*); typedef void (*AtkEventListenerInit) (void); -typedef gint (*AtkKeySnoopFunc) (AtkImplementor*, AtkKeyEventStruct *event, +typedef gint (*AtkKeySnoopFunc) (AtkKeyEventStruct *event, gpointer func_data); struct _AtkKeyEventStruct { |