Re: [Vala] Gee.Collection Help
- From: Luca Bruno <lethalman88 gmail com>
- To: Peter Cartwright <peter public use gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Gee.Collection Help
- Date: Mon, 4 Jul 2011 16:56:40 +0200
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]