Commit Graph

8 Commits

Author SHA1 Message Date
Christophe Fergeau
531d5bdf52 common: add extern "C" guards to headers
Since some spice C++ code is using code from common/, the C
functions need to be marked as such for the C++ compiler, otherwise
we'll get linkage issues.
2011-05-02 11:24:44 +02:00
Alexander Larsson
405a1f71ca Fix inclusion of common files, no need for common/ part 2010-07-08 15:44:15 +02:00
Alexander Larsson
74c767fd26 Move SpiceChunks to mem.h 2010-07-08 14:17:24 +02:00
Alexander Larsson
d1ed338483 Move in spice/draw.h from spice-protocol to common/ 2010-07-08 13:56:01 +02:00
Alexander Larsson
c226eb0300 Add spice_marshaller_add_ref_chunks 2010-07-07 23:10:51 +02:00
Alexander Larsson
efe133f71d Add spice_marshaller_set_uint32
With this function you can update an added uint32 after it being added.
To make this possible all the spice_marshaller_add_add_foo functions
now return a pointer that can be used as a reference when later
setting a value.
2010-06-30 22:35:17 +02:00
Alexander Larsson
dcc0f272e9 Make generated marshallers build on win32 2010-06-18 21:10:25 +02:00
Alexander Larsson
b4fb471132 Add SpiceMarshaller for easy marshalling 2010-06-18 16:32:11 +02:00