Function
RBChunkLoaderCallback
Declaration
void
(* RBChunkLoaderCallback) (
RBChunkLoader* loader,
GBytes* data,
goffset total,
gpointer user_data
)
Parameters
loader-
Type:
RBChunkLoaderNo description available.
The data is owned by the caller of the function. data-
Type:
GBytesNo description available.
The data is owned by the caller of the function. total-
Type:
goffsetNo description available.
user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.