There is a bug in atk.vapi, in method:
Atk.Util.add_global_event_listener
The line is:
public static uint add_global_event_listener (GLib.SignalEmissionHook
listener, string event_type);
But there should be a CCode attribute in first parameter(listener) saying
"has_target=false" .
There is no user_data aurgument. See:
http://developer.gnome.org/atk/stable/AtkUtil.html#atk-add-global-event-listener
Tal
_______________________________________________
vala-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/vala-list