Re: [Vala] Compilation errors when inheriting from Object
- From: Jan-Jaap van der Geer <jjvdgeer inbox com>
- To: Luca Bruno <lethalman88 gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Compilation errors when inheriting from Object
- Date: Wed, 21 Jul 2010 23:07:40 +0200
Luca Bruno <lethalman88 gmail com> wrote:
On Mon, Jul 19, 2010 at 11:54:22PM +0200, Jan-Jaap van der Geer wrote:
namespace TestNS
{
[CCode (cname = "testtype", cheader_filename = "test.h")]
public struct TestType : uint { }
}
Try adding has_type_id = false to the CCode
Thanks! That seems to have done the trick!
Your other suggestion to use [SimpleType] and [IntegerType] don't
seem to make a difference.
Cheers,
Jan-Jaap
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]