Re: [Vala] Final / Sealed classes in Vala
- From: Marco Trevisan (Treviño) <mail 3v1n0 net>
- To: vala-list gnome org
- Subject: Re: [Vala] Final / Sealed classes in Vala
- Date: Tue, 22 Sep 2009 16:27:17 +0200
Jan Hudec wrote:
On Tue, Sep 22, 2009 at 06:40:10 +0200, Marco Trevisan (Treviño) wrote:
Is it possible to define both in VAPIs and in a vala code a class which
can not be extended?
Yes. It is Java-specific idiom. In Vala, you just use namespace with
non-member functions.
Thanks, I'm very new to Vala, I didn't know about the namespace usage.
This solves all my problems.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]