_Ecore_Con_Event_Url_Progress Struct Reference
Used as the data
param for the ECORE_CON_EVENT_URL_PROGRESS event.
More...
Data Fields | |
Ecore_Con_Url * | url_con |
a pointer to the connection object | |
struct { | |
double total | |
total size of the downloading data (in bytes) | |
double now | |
current size of the downloading data (in bytes) | |
} | down |
download info | |
struct { | |
double total | |
total size of the uploading data (in bytes) | |
double now | |
current size of the uploading data (in bytes) | |
} | up |
upload info |
Detailed Description
Used as the data
param for the ECORE_CON_EVENT_URL_PROGRESS event.
Field Documentation
current size of the downloading data (in bytes)
current size of the uploading data (in bytes)
total size of the downloading data (in bytes)
total size of the uploading data (in bytes)