~~Title: Efl.Ui.Image_Error~~ ===== Description ===== %%Structure associated with smart callback 'download,progress'.%% {{page>:develop:api-include:efl:ui:image_error:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:ui:image_error:fields&nouser&nolink&nodate}} * **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;