hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e246a89d27f044df3729078f0ba2ddf6514bc74f
commit e246a89d27f044df3729078f0ba2ddf6514bc74f Author: ChunEon Park <[email protected]> Date: Tue Oct 7 22:15:34 2014 +0900 evas: updated doc. mention 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 9e3ed0b..6f1e32a 100644 --- a/src/lib/evas/canvas/evas_object.eo +++ b/src/lib/evas/canvas/evas_object.eo @@ -1044,7 +1044,7 @@ abstract Evas.Object (Eo.Base, Evas.Common_Interface) @ingroup Evas_Object_Group_Extras */ } values { - bool anti_alias; /*@ 1 if the object is to be anti_aliased, 0 otherwise. */ + bool anti_alias; /*@ (@c EINA_TRUE) if the object is to be anti_aliased, (@c EINA_FALSE) otherwise. */ } } color { --
