Image Object Functions

Functions used to create and manipulate image objects. More...

Functions

Evas_Objectevas_object_image_add (Evas *e)
 Creates a new image object on the given evas.
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.

Detailed Description

Functions used to create and manipulate image objects.


Function Documentation

Evas_Object* evas_object_image_add Evas e  ) 
 

Creates a new image object on the given evas.

Parameters:
e The given evas.
Returns:
The created image object.

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.

Parameters:
obj The given image object.
Returns:
A value giving the last error that occurred. It should be one of the EVAS_LOAD_ERROR_* values. EVAS_LOAD_ERROR_NONE is returned if there was no error.