elm_image.h: align api declaration line with others.

This commit is contained in:
Daniel Juyung Seo 2013-04-04 21:27:37 +09:00
parent bba7bd67d8
commit d06afd18dc
1 changed files with 2 additions and 2 deletions

View File

@ -643,7 +643,7 @@ EAPI Evas_Object *elm_image_add(Evas_Object *parent);
*
* @ingroup Image
*/
EAPI Eina_Bool elm_image_memfile_set(Evas_Object *obj, const void *img, size_t size, const char *format, const char *key);
EAPI Eina_Bool elm_image_memfile_set(Evas_Object *obj, const void *img, size_t size, const char *format, const char *key);
/**
* Set the file that will be used as the image's source.
@ -831,7 +831,7 @@ EAPI Eina_Bool elm_image_fill_outside_get(const Evas_Object *obj);
* @param disabled If EINA_TRUE, preloading will be disabled
* @ingroup Image
*/
EAPI void elm_image_preload_disabled_set(Evas_Object *obj, Eina_Bool disabled);
EAPI void elm_image_preload_disabled_set(Evas_Object *obj, Eina_Bool disabled);
/**
* Set the prescale size for the image