mirror of
https://github.com/qemu/qemu.git
synced 2025-01-09 23:23:40 +08:00
4 lines
202 B
JSON
4 lines
202 B
JSON
|
# Member names should be 'lower-case' unless the enum is whitelisted
|
||
|
{ 'enum': 'UuidInfo', 'data': [ 'Value' ] } # UuidInfo is whitelisted
|
||
|
{ 'enum': 'NoWayThisWillGetWhitelisted', 'data': [ 'Value' ] }
|