summaryrefslogtreecommitdiff
path: root/tests/gir/union.vapi-expected
blob: d4016d7322f8a5dca8614a12819947307d959682 (plain)
1
2
3
4
5
6
7
8
[CCode (cprefix = "Test", gir_namespace = "Test", gir_version = "1.0", lower_case_cprefix = "test_")]
namespace Test {
	[CCode (cheader_filename = "test.h")]
	public struct Foo {
		public uint bar;
		public int manam;
	}
}