GNOME Bugzilla – Bug 700237
atspi_register_device_event_listener filter param should be annotated with (allow-none)
Last modified: 2013-05-14 18:06:21 UTC
When using from javascript (gjs) it complains always about filter being null: Error: Argument 'filter' (type void) may not be null Adding a (allow-none) annotation for the filter parameter fixes the issue.
Pushed as commit e2661e. Thanks for the report.