MemoryInputStream.addData

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

class MemoryInputStream
void
addData
(
ubyte[] data
,
GDestroyNotify destroy
)

Parameters

data ubyte[]

input data

destroy GDestroyNotify

function that is called to free @data, or %NULL

Meta