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. _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
