Image Object File Functions

Functions that write to or retrieve images from files. More...

Functions

void evas_object_image_file_set (Evas_Object *obj, const char *file, const char *key)
 Sets the image displayed by the given image object.
void evas_object_image_file_get (Evas_Object *obj, char **file, char **key)
 Retrieves the filename and key of the given image object.

Detailed Description

Functions that write to or retrieve images from files.


Function Documentation

void evas_object_image_file_get Evas_Object obj,
char **  file,
char **  key
 

Retrieves the filename and key of the given image object.

Parameters:
obj The given image object.
file Pointer to a character pointer to store the pointer to the file name in.
key Pointer to a character pointer to store the pointer to the key string in.

void evas_object_image_file_set Evas_Object obj,
const char *  file,
const char *  key
 

Sets the image displayed by the given image object.

Parameters:
obj The given image object.
file Name of the file that the image exists in.
key Can be NULL.