evas: improve documentation.

Patch by Zbigniew Kosinski <z.kosinski@samsung.com>


SVN revision: 79774
This commit is contained in:
Cedric BAIL 2012-11-28 10:12:23 +00:00
parent c83a589e9e
commit 7dba79949e
2 changed files with 3 additions and 1 deletions

View File

@ -111,6 +111,7 @@ Boris Faure <billiob@gmail.com>
Eduardo Lima (Etrunko) <eblima@gmail.com>
Leandro Dorileo (dorileo) <dorileo@profusion.mobi>
Patryk Kaczmarek <patryk.k@samsung.com>
Zbigniew Kosinski <z.kosinski@samsung.com>
Embryo
------

View File

@ -11050,7 +11050,8 @@ EAPI const char *evas_object_textblock_replace_char
*
* Normally alignment is 0.0 (top of object). Values given should be
* between 0.0 and 1.0 (1.0 bottom of object, 0.5 being vertically centered
* etc.).
* etc.). Function sets 0.0 on values less than 0.0 and 1.0 on values
* greater than 1.0.
*
* @param obj The given textblock object.
* @param align A value between @c 0.0 and @c 1.0.