blob: e6404bd50303a05b8040059b82e21395f4c279eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
language = "C"
header = "/* Test */"
include_version = true
# [parse]
# include = ["dome-key-map"]
[export]
include = ["HeadphoneButton", "MapKind"]
# item_types = ["enums", "structs", "functions"]
item_types = ["constants", "globals", "enums", "structs", "unions", "typedefs", "opaque", "functions"]
[export.rename]
"run_key_action" = "hello_run"
[enum]
prefix_with_name = true
|