elementary image: updated doc.

This commit is contained in:
Hermet Park 2018-08-17 11:27:56 +09:00
parent db377832f7
commit 69894bc476
1 changed files with 5 additions and 1 deletions

View File

@ -434,7 +434,11 @@ EAPI Elm_Image_Orient elm_image_orient_get(const Evas_Object *obj);
*
* @note Be careful to not manipulate it, as it is under control of elementary.
*
* @return The inlined image object.
* @warning It doesn't gurantee the inlined object must be a type of Evas_Object_Image.
* It would be one of @c Evas_Object_Image or @c Edje_Object depending
on image file type.
*
* @return The inlined image object, or NULL if none exists
*
* @ingroup Elm_Image
*/