Table of Contents

Description

Structure associated with smart callback 'download,progress'.

Fields

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;