evas/image: updated image_scene_set/get doc.

This commit is contained in:
ChunEon Park 2014-04-25 20:19:33 +09:00
parent 57360fdf20
commit 10762793e8
1 changed files with 16 additions and 16 deletions

View File

@ -1000,24 +1000,24 @@ class Evas_Image (Evas_Object)
scene {
set {
/*
@def evas_obj_image_scene_set
@since 1.8
Set the 3D scene on an image object.
@see evas_object_image_scene_set
*/
/*@
Set the 3D scene of a given image of the canvas.
This function sets a 3d scene of a given canvas image.
@see evas_object_image_scene_set
@since 1.10 */
}
get {
/*
@def evas_obj_image_scene_get
@since 1.8
Get the 3D scene on an image object.
@see evas_object_image_scene_get
*/
/*@
Get the 3D scene of a given image of the canvas.
@return The 3d scene of the given canvas image.
This function returns the 3d scene of a given canvas image.
@see evas_object_image_scene_get
@since 1.10 */
}
values {
Evas_3D_Scene *scene; /*@ 3D scene on an image object. */