[Vala] Fwd: A problem with a vapi file
- From: Luca Dionisi <luca dionisi gmail com>
- To: vala-list gnome org
- Subject: [Vala] Fwd: A problem with a vapi file
- Date: Fri, 4 Mar 2011 23:32:05 +0100
2011/3/4 Alexander Krivács Schrøder <alexschrod gmail com>:
The problem is that you are using a typedef'd pointer. Is there any
reason you need to use this typedef within Vala? Since "foo_t" is just
an alias for "struct foo_st*", just set the cname for your Foo class
to "struct foo_st" instead of "foo_t". Vala will now output the
That's working indeed. Thanks.
Any more tips on where to look for comprehensive tutorials or
references for designing a vapi?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]