Functions | |
EAPI Evas_Object * | evas_object_image_add (Evas *e) |
Creates a new image object on the given evas. | |
EAPI int | evas_object_image_load_error_get (Evas_Object *obj) |
Retrieves a number representing any error that occurred during the last load for the given image object. |
EAPI Evas_Object* evas_object_image_add | ( | Evas * | e | ) |
Creates a new image object on the given evas.
e | The given evas. |
EAPI int evas_object_image_load_error_get | ( | Evas_Object * | obj | ) |
Retrieves a number representing any error that occurred during the last load for the given image object.
obj | The given image object. |
EVAS_LOAD_ERROR_*
values. EVAS_LOAD_ERROR_NONE
is returned if there was no error.