diff options
Diffstat (limited to 'src/lib/evas/canvas/evas_canvas.eo')
-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 | } |