Skip to content

vapi: Fix Message.add_*_handler() by unhiding user_data parameter

Rico Tzschichholz requested to merge wip/ricotz/issue129 into master

GLib.Callback doesn't have a target/data parameter and therefore vala doesn't create this usual implicit parameter.

Basically g-i shouldn't add a closure attribute for GObject.Callback parameters.

Fixes #129 (moved)

Merge request reports