projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2863c
)
evas: updated doc.
author
ChunEon Park
<hermet@hermet.pe.kr>
Tue, 7 Oct 2014 13:15:34 +0000
(22:15 +0900)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Tue, 7 Oct 2014 13:17:36 +0000
(22:17 +0900)
mention Eina_Bool for consistency.
src/lib/evas/canvas/evas_object.eo
patch
|
blob
|
history
diff --git
a/src/lib/evas/canvas/evas_object.eo
b/src/lib/evas/canvas/evas_object.eo
index 9e3ed0bd87a1b0830d4ceee09d1e40967d9c4b5d..6f1e32a871e96a6b02f2e399dd8423c28b765b64 100644
(file)
--- 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 {