progress


Description:

public signal void progress (int64 bytes_read, int64 total_bytes)

There has been progress made during the download. When this signal is received, the number of bytes read will have changed, and the user can recompute overall progress if the total number of bytes is known.