[Vala] Is a Direct GCallback to signals possible in vala?

2011-08-31 Thread Tal Hadad
I take a look in the generated C code, and I thought, does signal handling have to be two stages? It possible to do it on 1 stage, right? I'll give an example that shows this behavior: Take a look on gtk_widget_hide_on_delete method in GTK. This method were ment to be used as direct callback to

Re: [Vala] Is a Direct GCallback to signals possible in vala?

2011-08-31 Thread Tal Hadad
Sorry about my mistake, I should wrote at the end: widget.hide_on_delete() Tal From: tal...@hotmail.com To: vala-list@gnome.org Date: Wed, 31 Aug 2011 17:23:30 +0300 Subject: [Vala] Is a Direct GCallback to signals possible in vala? I take a look in the generated C code, and I thought, does