Description

Structure associated with smart callback 'download,progress'.

Fields

  • status - Error status of the download
  • open_error - true if the error happened when opening the file, false otherwise

Signature

struct Efl.Ui.Image_Error {
    status: int;
    open_error: bool;
}

C signature

typedef struct _Efl_Ui_Image_Error {
    int status;
    Eina_Bool open_error;
} Efl_Ui_Image_Error;