Change to signature of atk_add_event_listener to use AtkKeySnoopFunc instead
authorBill Haneman <billh@src.gnome.org>
Mon, 19 Nov 2001 15:39:12 +0000 (15:39 +0000)
committerBill Haneman <billh@src.gnome.org>
Mon, 19 Nov 2001 15:39:12 +0000 (15:39 +0000)
of pointer to same.
Changed AtkKeySnoopFunc sig: removed AtkObjectImplementor arg since snooped
keys are not reliably associated with AtkObjects.

atk/atkutil.h

index 00fd8f5..5fadb95 100755 (executable)
@@ -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 {