Re: [Vala] Problems with virtual extern methods.

2009-06-01 Thread Jiří Zárevúcky
I don't really think virtual and extern should be possible to combine. It doesn't make much sense IMHO. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Problems with virtual extern methods.

2009-06-01 Thread Yu Feng
Hi Jiri, Why doesn't it make sense? extern is just saying the code is written somewhere else with another language. I guess you were thinking of extern in C++ or something? Think about implementing the GtkBuildable interface(the interface itself) with VALA. If the interface definition is

Re: [Vala] Problems with virtual extern methods.

2009-06-01 Thread Yu Feng
On Mon, 2009-06-01 at 12:15 +0200, Jürg Billeter wrote: On Mon, 2009-06-01 at 05:23 -0400, Yu Feng wrote: Think about implementing the GtkBuildable interface(the interface itself) with VALA. If the interface definition is written in VALA to take the advantages of Vala, several of the

Re: [Vala] Problems with virtual extern methods.

2009-06-01 Thread Yu Feng
On Mon, 2009-06-01 at 18:38 +0200, Jiří Zárevúcky wrote: Dne 1. červen 2009 11:23 Yu Feng rainwood...@gmail.com napsal(a): If the interface definition is written in VALA to take the advantages of Vala You lost me at this line. Is VALA something else then Vala? My bad grammars. VALA =