FileT.readFinish

Finishes an asynchronous file read operation started with g_file_read_async().

template FileT(TStruct)
readFinish

Parameters

res AsyncResultIF

Return Value

a gio.FileInputStream or NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.