Skip to content

[3.24] Fix event type annotation on GtkEntry::icon-press / icon-release

This is not only a GdkEventButton but can also be a GdkEventTouch. Having this annotation wrong causes bindings code to fail whenever a wrongly typed event comes through.


This does not apply to git master because no event is passed through the signals anymore.

Of course this is an API change for bindings, but before it was simply wrong. This was broken in 9629fd07 and is broken since GTK 3.14.

CC @carlosg

Merge request reports