hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=69894bc476d56ae2ad275469d7194b2c53a0e1f0

commit 69894bc476d56ae2ad275469d7194b2c53a0e1f0
Author: Hermet Park <hermetp...@gmail.com>
Date:   Fri Aug 17 11:27:56 2018 +0900

    elementary image: updated doc.
---
 src/lib/elementary/elm_image_legacy.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_image_legacy.h 
b/src/lib/elementary/elm_image_legacy.h
index 54c920e2f1..a53e063a5c 100644
--- a/src/lib/elementary/elm_image_legacy.h
+++ b/src/lib/elementary/elm_image_legacy.h
@@ -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
  */

-- 


Reply via email to