From 7dba79949ee02e6ab5085a217749fac8515932f4 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 28 Nov 2012 10:12:23 +0000 Subject: [PATCH] evas: improve documentation. Patch by Zbigniew Kosinski SVN revision: 79774 --- AUTHORS | 1 + src/lib/evas/Evas.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index e22c3f2fe2..17b645d05f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -111,6 +111,7 @@ Boris Faure Eduardo Lima (Etrunko) Leandro Dorileo (dorileo) Patryk Kaczmarek +Zbigniew Kosinski Embryo ------ diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index acd28866e4..a5bfd3eaef 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h @@ -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.