evas: updated doc
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 7 Oct 2014 13:19:33 +0000 (22:19 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 7 Oct 2014 13:19:33 +0000 (22:19 +0900)
here also use Eina_Bool for consistency.

src/lib/evas/canvas/evas_object.eo

index 6f1e32a..27472c5 100644 (file)
@@ -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 {