[evas] Fixing scaling functions docs.

SVN revision: 60457
This commit is contained in:
Gustavo Lima Chaves 2011-06-17 21:16:17 +00:00
parent 2bcd0a2cc9
commit 04180e384d
1 changed files with 5 additions and 0 deletions

View File

@ -4560,6 +4560,9 @@ EAPI Eina_Bool evas_object_anti_alias_get (const Evas_Obje
* altering its geometry (width and height). Useful when you want
* scalable UI elements, possibly at run time.
*
* @note Only text and textblock objects have scaling change
* handlers. Other objects won't change visually on this call.
*
* @see evas_object_scale_get()
*
* @ingroup Evas_Object_Group_Extras
@ -4573,6 +4576,8 @@ EAPI void evas_object_scale_set (Evas_Object *ob
* @return The scaling factor.
*
* @ingroup Evas_Object_Group_Extras
*
* @see evas_object_scale_set()
*/
EAPI double evas_object_scale_get (const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE;