efl_canvas_object: Change parameter name of property event_animation

Change the parameter name of property event_animation from "event_type"
to "desc" to synchronize with other APIs.
(The parameter type is Efl.Event.Description)
This commit is contained in:
Jaehyun Cho 2018-04-12 11:39:59 +09:00
parent 48e0c6ea90
commit e4fbab8b47
1 changed files with 3 additions and 3 deletions

View File

@ -576,16 +576,16 @@ abstract Efl.Canvas.Object (Efl.Object, Efl.Gfx, Efl.Gfx.Color, Efl.Gfx.Stack, E
}
}
@property event_animation {
[[Set the $animation which starts when the given $event_name happens to the object.]]
[[Set the $animation which starts when the given $desc happens to the object.]]
get { legacy: null; }
set { legacy: null; }
keys {
@cref event_type: Efl.Event.Description;
@cref desc: Efl.Event.Description;
[[The event description for which the given $animation is set.]]
}
values {
animation: Efl.Canvas.Animation;
[[The animation which starts when the given $event_name
[[The animation which starts when the given $desc
happens to the object.]]
}
}