Function
RBAsyncCopyProgressCallback
Declaration
void
(* RBAsyncCopyProgressCallback) (
RBAsyncCopy* copy,
goffset position,
goffset total,
gpointer data
)
Parameters
copy-
Type:
RBAsyncCopyNo description available.
The data is owned by the caller of the function. position-
Type:
goffsetNo description available.
total-
Type:
goffsetNo description available.
data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.