[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Vala] protected classes
- From: "Juerg Billeter" <j bitron ch>
- To: "Vlad Grecescu" <b100dian gmail com>
- Cc: Vala ML <vala-list gnome org>
- Subject: Re: [Vala] protected classes
- Date: Wed, 2 Apr 2008 12:18:47 +0200 (CEST)
On Tue, March 4, 2008 17:16, Vlad Grecescu wrote:
> Currently Vala uses
> - 'public' classes for classes that end up in the headers /and/ in the
> library (if you're building one)
> - 'private' classes for classes that don't end up in neither headers
> /nor/ in the created libraries.
The idea is that 'private' (or 'internal') classes will end up in private
header files. Top-level classes that are not in any header files (as the
situation is right now for 'private' classes) don't make any sense, as we
don't want to support file-level accessibility in Vala.
Juerg
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]