[Vala] Help with generating headers. Forward declaration?
- From: Sam Danielson <samdanielson gmail com>
- To: Vala ML <vala-list gnome org>
- Subject: [Vala] Help with generating headers. Forward declaration?
- Date: Thu, 11 Jun 2009 22:27:56 -0400
I have a convenience library written in Vala so I need to generate
headers. There are a few circular dependencies and adding the -H
switch to valac causes something like this.
libsqlpilot/flight.vala:8.10-8.17: error: The type name `Aircraft'
could not be found
public Aircraft? aircraft {
The convenience library compiles without -H but then it isn't of much
use for the rest of the project.
Perhaps I need to add a forward declaration? How do I handle this in
Vala?
-Sam
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]