summaryrefslogtreecommitdiff
path: root/doc/examples.dox
diff options
context:
space:
mode:
authorDaniel Juyung Seo <juyung.seo@samsung.com>2012-03-05 15:10:59 +0000
committerDaniel Juyung Seo <seojuyung2@gmail.com>2012-03-05 15:10:59 +0000
commit376ef37273308444ffce3586b7e3d0a2ec58306e (patch)
tree5f21fe25db86c1f8124d03bd7e5018262ff7dc4b /doc/examples.dox
parent670bbf5005338879fcd7488edfa48aaa275f14bf (diff)
downloadelementary-376ef37273308444ffce3586b7e3d0a2ec58306e.tar.gz
elm: Applied icon/image API changes.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com> SVN revision: 68728
Diffstat (limited to 'doc/examples.dox')
-rw-r--r--doc/examples.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples.dox b/doc/examples.dox
index 3b0235835..edebd38b8 100644
--- a/doc/examples.dox
+++ b/doc/examples.dox
@@ -3486,7 +3486,7 @@
* elm_image_no_scale_set() is used just to set this value to true (we
* don't want to scale our image anyway, just resize it).
*
- * elm_image_scale_set() is used to allow the image to be resized to a size
+ * elm_image_resizable_set() is used to allow the image to be resized to a size
* smaller than the original one, but not to a size bigger than it.
*
* elm_elm_image_smooth_set() will disable the smooth scaling, so the scale
@@ -3555,7 +3555,7 @@
* elm_icon_no_scale_set() is used just to set this value to true (we
* don't want to scale our icon anyway, just resize it).
*
- * elm_icon_scale_set() is used to allow the icon to be resized to a size
+ * elm_icon_resizable_set() is used to allow the icon to be resized to a size
* smaller than the original one, but not to a size bigger than it.
*
* elm_elm_icon_smooth_set() will disable the smooth scaling, so the scale