mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-28 03:45:10 -04:00
The workflow is the same as for libglnx. git-subtree-dir: subprojects/variant-schema-compiler git-subtree-mainline:96a8e55b85git-subtree-split:cfc356c38eSigned-off-by: Simon McVittie <smcv@collabora.com>
15 lines
181 B
Plaintext
15 lines
181 B
Plaintext
type Container {
|
|
a: int16;
|
|
b: int32;
|
|
c: string;
|
|
list: 'List [] 'Item {
|
|
a: int32;
|
|
b: uint16;
|
|
};
|
|
d: byte;
|
|
tuple : 'Tuple {
|
|
a: uint16;
|
|
b: byte;
|
|
};
|
|
};
|