GNOME Bugzilla – Bug 771316
Missing annotations for event on GooCanvasItem
Last modified: 2016-12-15 11:13:16 UTC
Created attachment 335388 [details] goocanvasitem.c patch When using with GIR, the events on the callback are not correctly casted and we receive a generic GdkEvent instead of the correct type. Here is a patch that fixes it.
Patch applied. Thanks.