Function
Dexfile_load_partial_contents_bytes
unstable since: 1.2
Declaration [src]
DexFuture*
dex_file_load_partial_contents_bytes (
GFile* file,
GFileReadMoreCallback read_more_callback,
gpointer read_more_callback_data,
GDestroyNotify read_more_callback_data_destroy
)
Parameters
file-
Type:
GFileA
GFile.The data is owned by the caller of the function. read_more_callback-
Type:
GFileReadMoreCallbackcallback to determine if more bytes should be loaded.
The argument can be NULL. read_more_callback_data-
Type:
gpointerUser data for
read_more_callback.The argument can be NULL.The data is owned by the caller of the function. read_more_callback_data_destroy-
Type:
GDestroyNotifyDestroys
read_more_callback_data.The argument can be NULL.