Luca Bruno <[email protected]> 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 _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
