Method
CdkPixdataPixdataserialize
deprecated: 2.32
Declaration [src]
guint8*
cdk_pixdata_serialize (
const CdkPixdata* pixdata,
guint* stream_length_p
)
Description [src]
Serializes a CdkPixdata structure into a byte stream.
The byte stream consists of a straightforward writeout of the
CdkPixdata fields in network byte order, plus the pixel_data
bytes the structure points to.
Deprecated since: 2.32
Use GResource instead.