Efl.Net.Dialer_Http.progress_download

Values

  • downloaded - Downloaded bytes so far
  • total - Download total in bytes, 0 if unknown


Signature

@property progress_download {
    get {}
    values {
        downloaded: uint64 @optional;
        total: uint64 @optional;
    }
}

C signature

void efl_net_dialer_http_progress_download_get(const Eo *obj, uint64_t *downloaded, uint64_t *total);

Implemented by