diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2014-12-23 10:40:30 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2014-12-23 10:40:30 +0900 |
commit | 8c72895351d48d9e3a2f6db7033d24437434b60f (patch) | |
tree | d5a66b644a77eb626899f0ea6f2c480a289d5407 /src/lib | |
parent | 701f7b073761a19acb0ff37ef8ab7d6bda6d34b3 (diff) |
evas/canvas: improve doc.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/evas/canvas/evas_canvas.eo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/evas/canvas/evas_canvas.eo b/src/lib/evas/canvas/evas_canvas.eo index 2ff4c0308a..e0a7878d82 100644 --- a/src/lib/evas/canvas/evas_canvas.eo +++ b/src/lib/evas/canvas/evas_canvas.eo | |||
@@ -966,6 +966,9 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface) | |||
966 | This tells evas, that while the nochange flag is greater than 0, do not | 966 | This tells evas, that while the nochange flag is greater than 0, do not |
967 | mark objects as "changed" when making changes. | 967 | mark objects as "changed" when making changes. |
968 | 968 | ||
969 | @warning Do not use this function unless you know what Evas exactly | ||
970 | works with "changed" state. | ||
971 | |||
969 | @ingroup Evas_Canvas */ | 972 | @ingroup Evas_Canvas */ |
970 | 973 | ||
971 | } | 974 | } |
@@ -993,6 +996,9 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface) | |||
993 | This tells evas, that while the nochange flag is greater than 0, do not | 996 | This tells evas, that while the nochange flag is greater than 0, do not |
994 | mark objects as "changed" when making changes. | 997 | mark objects as "changed" when making changes. |
995 | 998 | ||
999 | @warning Do not use this function unless you know what Evas exactly | ||
1000 | works with "changed" state. | ||
1001 | |||
996 | @ingroup Evas_Canvas */ | 1002 | @ingroup Evas_Canvas */ |
997 | 1003 | ||
998 | } | 1004 | } |