efl_ui_animation_view: updated doc events syntax for c# generation.

This commit is contained in:
Hermet Park 2019-08-13 17:37:50 +09:00
parent a09d8357fe
commit 254257eb28
1 changed files with 9 additions and 0 deletions

View File

@ -311,4 +311,13 @@ class @beta Efl.Ui.Animation_View extends Efl.Ui.Widget implements Efl.Gfx.View,
Efl.Ui.Widget.widget_sub_object_add;
Efl.Ui.Widget.widget_sub_object_del;
}
events {
play,start: void; [[Called when animation is just started]]
play,repeat: void; [[Called when animation is just repeated]]
play,done: void; [[Called when animation is just finished]]
play,pause: void; [[Called when animation is just paused]]
play,resume: void; [[Called when animation is just resumed]]
play,stop: void; [[Called when animation is just stopped]]
play,update: void; [[Called when animation is just updated]]
}
}