summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_image_legacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_image_legacy.h')
-rw-r--r--src/lib/elementary/elm_image_legacy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_image_legacy.h b/src/lib/elementary/elm_image_legacy.h
index 577adfd6e9..0f8722de9b 100644
--- a/src/lib/elementary/elm_image_legacy.h
+++ b/src/lib/elementary/elm_image_legacy.h
@@ -490,7 +490,7 @@ EAPI void elm_image_resizable_get(const Evas_Object *obj, Eina_Bool *up, Eina_Bo
* This function disables scaling of the elm_image widget through the function
* elm_object_scale_set(). However, this does not affect the widget size/resize
* in any way. For that effect, take a look at @ref elm_image_resizable_get and
- * @ref efl_gfx_scale_get
+ * @ref efl_gfx_entity_scale_get
*
* @param[in] no_scale @c true if the object is not scalable, @c false
* otherwise. Default is @c false.
@@ -505,7 +505,7 @@ EAPI void elm_image_no_scale_set(Evas_Object *obj, Eina_Bool no_scale);
* This function disables scaling of the elm_image widget through the function
* elm_object_scale_set(). However, this does not affect the widget size/resize
* in any way. For that effect, take a look at @ref elm_image_resizable_get and
- * @ref efl_gfx_scale_get
+ * @ref efl_gfx_entity_scale_get
*
* @return @c true if the object is not scalable, @c false otherwise. Default
* is @c false.