Description

Structure associated with smart callback 'download,progress'.

Fields

  • now - Current percentage
  • total - Total percentage

Signature

struct Efl.Ui.Image_Progress {
    now: double;
    total: double;
}

C signature

typedef struct _Efl_Ui_Image_Progress {
    double now;
    double total;
} Efl_Ui_Image_Progress;