elementary animation_view: up to date with latest interface grammar.

This commit is contained in:
Hermet Park 2019-01-21 17:10:34 +09:00
parent 7ac79d5f72
commit d242ab4156
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ enum Efl.Ui.Animation_View.State
stop [[Animation view successfully loaded a file then readied for playing. Otherwise after finished animation or stopped forcely by request. see @.stop @since 1.22]]
}
class Efl.Ui.Animation_View (Efl.Ui.Widget, Efl.Gfx.View, Efl.File)
class Efl.Ui.Animation_View extends Efl.Ui.Widget implements Efl.Gfx.View, Efl.File
{
[[Elementary Animation View class]]
legacy_prefix: elm_animation_view;