summaryrefslogtreecommitdiff
path: root/tests/gir/bug788775.vapi-expected
blob: aaeaa90df56381ca4b03ac46c6e29e9060783804 (plain)
1
2
3
4
5
[CCode (cprefix = "Test", gir_namespace = "Test", gir_version = "1.0", lower_case_cprefix = "test_")]
namespace Test {
	[CCode (array_length = true, array_length_pos = 1.1, array_length_type = "gsize", array_null_terminated = true, cheader_filename = "test.h")]
	public static string[] get_string_list (string key);
}