IOChannel.readToEnd

glib.types.IOStatus readToEnd(out ubyte[] strReturn)

Reads all the remaining data from the file.

Parameters

strReturnLocation to store a pointer to a string holding the remaining data in the #GIOChannel. This data should be freed with glib.global.gfree when no longer needed. This data is terminated by an extra nul character, but there may be other nuls in the intervening data.

Returns

G_IO_STATUS_NORMAL on success.

This function never returns G_IO_STATUS_EOF.

Throws