GFileReadMoreCallback

When loading the partial contents of a file with g_file_load_partial_contents_async(), 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.

alias GFileReadMoreCallback = int function(const(char)* fileContents, long fileSize, void* callbackData)

Return Value

%TRUE if more data should be read back. %FALSE otherwise.

Meta