length
.gFileLoadContents(object, cancellable = NULL, .errwarn = TRUE)
object
GFile
.cancellable
GCancellable
object, NULL
to ignore.TRUE
if the file
's contents were successfully loaded.
FALSE
if there were errors.contents
length
NULL
if the length is not neededetag.out
NULL
if the entity tag is not needederror
GError
, or NULL
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.