Loads the content of the file into memory.
The data is always zero-terminated, but this is not included in the resultant contents.length
. The returned content
should be freed with g_free when no longer needed.
If cancellable
is not null, then the operation can be cancelled by triggering
the cancellable object from another thread. If the operation was cancelled, the error
g_io_error_cancelled will be returned.
this |
input File |
cancellable |
optional Cancellable object, null to ignore |
contents |
a location to place the contents of the file |
etag_out |
a location to place the current entity tag for the file, or null if the entity tag is not needed |
length |
a location to place the length of the contents of the file, or null if the length is not needed |
true if the this's contents were successfully loaded. false if there were errors. |