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

Re: [Vala] protected classes



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]