Re: [Vala] Gee.Collection Help



On Mon, Jul 04, 2011 at 11:19:43PM +0900, Peter Cartwright wrote:
Hi Vala developers,

I am having one issue trying to base a class off of the Gee.Collection
interface...

class Test<G> : Object, Iterable<G>, Collection<G> {
..
  public Collection<G> read_only_view {
    owned get {
      return this;
    }
  }
..
}

Hi,
can you please provide a fully compilable test case? Also the mailing list
is not the best place for reporting bugs, please use bugzilla.gnome.org.

Best regards,

-- 
http://www.debian.org - The Universal Operating System



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]