evas/canvas: improve doc.

This commit is contained in:
ChunEon Park 2014-12-23 10:40:30 +09:00
parent 701f7b0737
commit 8c72895351
1 changed files with 6 additions and 0 deletions

View File

@ -966,6 +966,9 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface)
This tells evas, that while the nochange flag is greater than 0, do not
mark objects as "changed" when making changes.
@warning Do not use this function unless you know what Evas exactly
works with "changed" state.
@ingroup Evas_Canvas */
}
@ -993,6 +996,9 @@ class Evas.Canvas (Eo.Base, Evas.Common_Interface)
This tells evas, that while the nochange flag is greater than 0, do not
mark objects as "changed" when making changes.
@warning Do not use this function unless you know what Evas exactly
works with "changed" state.
@ingroup Evas_Canvas */
}