File.readFinish

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

class File
readFinish

Parameters

res AsyncResultIF

a GAsyncResult.

Return Value

a GFileInputStream or NULL on error. Free the returned object with g_object_unref(). [transfer full]

Throws

GException on failure.

Meta