@accepts(<list>, gboolean) @returns(RB.TrackTransferBatch) def transfer(entries, defer)
Starts tranferring @entries to the target. This returns the RB.TrackTransferBatch that it starts, so the caller can track the progress of the transfer, or NULL if the target doesn't want any of the entries.
entries : |
a GList of entries to transfer |
defer : |
if True, don't start the transfer until |
Returns : |
an RB.TrackTransferBatch, or NULL |