GNOME Bugzilla – Bug 723716
GtkFlowBox::child-activated match slot signature
Last modified: 2014-02-08 02:40:07 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.