InputStream.readFinish

Finishes an asynchronous stream read operation.

class InputStream
readFinish

Parameters

result AsyncResultIF

a GAsyncResult.

Return Value

Type: gssize

number of bytes read in, or -1 on error, or 0 on end of file.

Throws

GException on failure.

Meta