RFE: marshaller: Handle marshalling of @chunk arrays
@alexl
Submitted by Alexander Larsson Assigned to Spice Bug List
Description
Right now all the @chunk arrays in SpiceImage are manually marshalled (via @nomarshall). It would be nice if the marshaller could marshall these automatically by calling spice_marshaller_add_ref_chunks(). Then we could drop these @nomarshal instances.