summaryrefslogtreecommitdiffstats
path: root/common/marshaller.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix inclusion of common files, no need for common/ partAlexander Larsson2010-07-081-1/+1
|
* Move SpiceChunks to mem.hAlexander Larsson2010-07-081-1/+1
|
* Move in spice/draw.h from spice-protocol to common/Alexander Larsson2010-07-081-1/+1
|
* Add spice_marshaller_add_ref_chunksAlexander Larsson2010-07-071-0/+2
|
* Add spice_marshaller_set_uint32Alexander Larsson2010-06-301-8/+10
| | | | | | | 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.
* Make generated marshallers build on win32Alexander Larsson2010-06-181-0/+4
|
* Add SpiceMarshaller for easy marshallingAlexander Larsson2010-06-181-0/+58