hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e71573d6ede5dd9efbd12d5b8e4afafc17cc2216
commit e71573d6ede5dd9efbd12d5b8e4afafc17cc2216 Author: ChunEon Park <[email protected]> Date: Tue Oct 7 22:19:33 2014 +0900 evas: updated doc here also use Eina_Bool for consistency. --- src/lib/evas/canvas/evas_object.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/evas_object.eo b/src/lib/evas/canvas/evas_object.eo index 6f1e32a..27472c5 100644 --- a/src/lib/evas/canvas/evas_object.eo +++ b/src/lib/evas/canvas/evas_object.eo @@ -1040,7 +1040,7 @@ abstract Evas.Object (Eo.Base, Evas.Common_Interface) get { /*@ Retrieves whether or not the given Evas object is to be drawn anti_aliased. - @return @c 1 if the object is to be anti_aliased. @c 0 otherwise. + @return (@c EINA_TRUE) if the object is to be anti_aliased. (@c EINA_FALSE) otherwise. @ingroup Evas_Object_Group_Extras */ } values { --
