spice-common/python_modules
Frediano Ziglio 2060672e81 Create common header for demarshallers declarations
Code generated for demarshallers define and declare some types and
functions.
However these types and functions are also declared separately in other
headers (currently spice-common/client_demarshallers.h and
spice/server/demarshallers.h) resulting in potential ABI mismatch if the
different declarations do not match.
Using a common header shared between generated code and code using
these functions prevent potentially multiple different declarations.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
2018-10-15 13:31:16 +01:00
..
__init__.py Revert "Remove files moved to spice-protocol" 2016-03-10 16:01:36 +01:00
codegen.py Revert "Remove files moved to spice-protocol" 2016-03-10 16:01:36 +01:00
demarshal.py Create common header for demarshallers declarations 2018-10-15 13:31:16 +01:00
Makefile.am build: Add __pycache__/*.pyc to DISTCLEANFILES 2018-06-18 14:08:10 +01:00
marshal.py codegen: Remove fixedsize attribute 2018-10-15 10:58:38 +01:00
meson.build Add support for building with meson/ninja 2018-06-01 21:27:04 +01:00
ptypes.py codegen: Remove minor attribute 2018-10-15 10:58:38 +01:00
spice_parser.py protocol: learn to describe fd passing in messages 2016-03-10 16:01:42 +01:00