Skip to content

Fix incorrect use of GIR closure annotations.

Robert Ancell requested to merge robert.ancell/gtk:closure-annotations into master

They were being applied to the callback function, not the data that is passed to that function.

Merge request reports