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 723716 - GtkFlowBox::child-activated match slot signature
GtkFlowBox::child-activated match slot signature
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-02-05 21:28 UTC by Juan R. Garcia Blanco
Modified: 2014-02-08 02:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix GtkFlowBox::child-activated signature (1.07 KB, patch)
2014-02-05 21:28 UTC, Juan R. Garcia Blanco
committed Details | Review

Description Juan R. Garcia Blanco 2014-02-05 21:28:00 UTC
Created attachment 268216 [details] [review]
Fix GtkFlowBox::child-activated signature

When creating child-activated the only parameter is of type GTK_TYPE_FLOW_BOX_CHILD. This is done in order to avoid confusion, as the slot in the class struct reflects this signature.