From e71573d6ede5dd9efbd12d5b8e4afafc17cc2216 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 7 Oct 2014 22:19:33 +0900 Subject: [PATCH] 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 { -- 2.7.4