On Sun, 2007-12-09 at 21:32 +0700, Nguyen Thai Ngoc Duy wrote: > Indeed. I looked at gtk+-2.0.vapi to know the prototype and it was > > public signal void clicked (); > > I changed to on_clicked(Gtk.Button btn) and it worked. > But vala did not notice me I passed a function that did not match the > signal prototype? :(
Yes, that's obviously a bug in valac, feel free to file it in bugzilla. Jürg _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
