After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 771316 - Missing annotations for event on GooCanvasItem
Missing annotations for event on GooCanvasItem
Status: RESOLVED FIXED
Product: goocanvas
Classification: Other
Component: general
2.0.x
Other OpenBSD
: Normal major
: ---
Assigned To: goocanvas-maint
goocanvas-maint
Depends on:
Blocks:
 
 
Reported: 2016-09-12 18:45 UTC by Cédric Krier
Modified: 2016-12-15 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
goocanvasitem.c patch (6.68 KB, text/plain)
2016-09-12 18:45 UTC, Cédric Krier
Details

Description Cédric Krier 2016-09-12 18:45:47 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.
Comment 1 Damon Chaplin 2016-12-15 11:13:16 UTC
Patch applied. Thanks.