mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
c_type() method is supposed to return the type to use for C structure field. But the name is not a C type but a protocol name. Return the type name of the aliased type (for instance uint32_t for a uint32 type). This does not change the generated code. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| codegen.py | ||
| demarshal.py | ||
| Makefile.am | ||
| marshal.py | ||
| meson.build | ||
| ptypes.py | ||
| spice_parser.py | ||