Hi Julian, this looks mostly good, however please do not use [CCode (has_target = false)] unless the upstream API does not provide a user_data or client_data pointer. In the case of your delegates, it seems all provide such a client_data pointer, so rather use [CCode (instance_pos = ...)] for it, otherwise you would limit callbacks to being static only.
Cheers, -- :M: _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
