Re: [Vala] Implicating two interface, when methods name are different(name conflict)

2011-08-09 Thread Tal Hadad
To: lethalma...@gmail.com Date: Sat, 6 Aug 2011 22:11:10 +0300 CC: vala-list@gnome.org Subject: Re: [Vala] Implicating two interface, when methods name are different(name conflict) Thanks for quick response and quick patch Luca! I'll hope it will merge into Vala. Tal Date: Sat, 6 Aug 2011 20:42:01

[Vala] Implicating two interface, when methods name are different(name conflict)

2011-08-06 Thread Tal Hadad
I has some C#/.Net past and it possible to implicate two different interface, where both contains foo method. The idea behinds this solution, is that one of the implication must be explicit: public interface ISampleInterface1 { void Foo(); } public interface ISampleInterface2 { void

Re: [Vala] Implicating two interface, when methods name are different(name conflict)

2011-08-06 Thread Luca Bruno
On Sat, Aug 06, 2011 at 09:33:49PM +0300, Tal Hadad wrote: I has some C#/.Net past and it possible to implicate two different interface, where both contains foo method. The idea behinds this solution, is that one of the implication must be explicit:

Re: [Vala] Implicating two interface, when methods name are different(name conflict)

2011-08-06 Thread Tal Hadad
Thanks for quick response and quick patch Luca! I'll hope it will merge into Vala. Tal Date: Sat, 6 Aug 2011 20:42:01 +0200 From: lethalma...@gmail.com To: tal...@hotmail.com CC: vala-list@gnome.org Subject: Re: [Vala] Implicating two interface, when methods name are different(name