Check this, updated, example: http://pastebin.com/vRMWHrNp
On Tue, May 8, 2012 at 4:37 PM, Klaus Rotter <[email protected]> wrote: > Hello! > > An old (deprecated) way to define closures in genie is e.g: > > var button = new Button.with_label("Click me!") > button.clicked += def() > button.label = "Thank you" > > However, the compiler throws a warning, that this way is deprecated and > recommends 'connect' instead. But, I really can't figure out the syntax > connect works. Has anybody an example for this? Thank you! > > -- > Klaus Rotter * klaus at rotters dot de * www.rotters.de > ______________________________**_________________ > vala-list mailing list > [email protected] > http://mail.gnome.org/mailman/**listinfo/vala-list<http://mail.gnome.org/mailman/listinfo/vala-list> >
_______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
