From: Bill Haneman Date: Mon, 19 Nov 2001 15:39:12 +0000 (+0000) Subject: Change to signature of atk_add_event_listener to use AtkKeySnoopFunc instead X-Git-Tag: ATK_0_7~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=615197f7d958094cda85d76517c8ccd7797bb0b6;p=platform%2Fupstream%2Fatk.git 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. --- 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 {