Signal
RBTrackTransferQueue::transfer-progress
Declaration
void
transfer_progress (
RBTrackTransferQueue* self,
gint done,
gint total,
gdouble fraction,
gint time_left,
gpointer user_data
)
Description [src]
Emitted regularly to convey progress information. At the end of any given
transfer batch, there will be one signal emission with done
== total
and
fraction
== 1.0.
Default handler: The default handler is called after the handlers added via |