Signal
RBTrackTransferBatch::track-progress
Declaration
void
track_progress (
RBTrackTransferBatch* self,
RhythmDBEntry* entry,
gchar* dest,
gint done,
gint total,
gdouble fraction,
gpointer user_data
)
Description [src]
Emitted regularly throughout the transfer to allow progress bars and other UI elements to be updated.
| Default handler: The default handler is called after the handlers added via |
Parameters
entry-
Type:
RhythmDBEntryThe
RhythmDBEntrybeing transferred.The data is owned by the caller of the function. dest-
Type:
gchar*The destination URI for the transfer.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. done-
Type:
gintSome measure of how much of the transfer is done.
total-
Type:
gintThe total amount of that same measure.
fraction-
Type:
gdoubleThe fraction of the transfer that is done.