When loading the partial contents of a file with gio.file.File.loadPartialContentsAsync,
it may become necessary to determine if any more data from the file should be loaded.
A #GFileReadMoreCallback function facilitates this by returning true if more data
should be read, or false otherwise.
When loading the partial contents of a file with gio.file.File.loadPartialContentsAsync, it may become necessary to determine if any more data from the file should be loaded. A #GFileReadMoreCallback function facilitates this by returning true if more data should be read, or false otherwise.