progress_changed


Description:

public signal void progress_changed (uint64 bytes_sent, uint64 total_size)

Is called when the sending progress of the files updates.

Parameters:

bytes_sent

The count of sent bytes.

total_size

The total size of the current sending file.