progress_changed


Description:

public signal void progress_changed (uint64 bytes_received, uint64 total_size)

Is called when the receiving progress of the files updates.

Parameters:

bytes_received

The count of received bytes.

total_size

The total size of the current sending file.