MemoryInputStream.addData

Appends data to data that can be read from the input stream

class MemoryInputStream
void
addData

Parameters

data void*

input data. [array length=len][element-type guint8][transfer full]

len gssize

length of the data, may be -1 if data is a nul-terminated string

destroy GDestroyNotify

function that is called to free data, or NULL. [allow-none]

Meta