Re: [Vala] How to lift the ambiguity between Gee.List and Glib.List ?

2011-11-08 Thread Calvin Walton
On Wed, 2011-11-09 at 06:38 +0100, Serge Hulne wrote: > In the snippet hereunder, if I want to use Gee along with Glib, I have to > qualify the List with the namespace Glib to lift the ambiguity between > Gee.List and Glib.List. > > However when doing it this way, I get the following error message

[Vala] How to lift the ambiguity between Gee.List and Glib.List ?

2011-11-08 Thread Serge Hulne
In the snippet hereunder, if I want to use Gee along with Glib, I have to qualify the List with the namespace Glib to lift the ambiguity between Gee.List and Glib.List. However when doing it this way, I get the following error message at compile time: array.vala:2.7-2.10: error: The namespace nam