elementary image: updated doc.
authorHermet Park <hermetpark@gmail.com>
Fri, 17 Aug 2018 02:27:56 +0000 (11:27 +0900)
committerWoochanlee <wc0917.lee@samsung.com>
Thu, 23 Aug 2018 06:41:15 +0000 (15:41 +0900)
src/lib/elementary/elm_image_legacy.h

index 54c920e..a53e063 100644 (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
  */