elementary animation_view: up to date with latest interface grammar. 86/198286/1
authorHermet Park <hermetpark@gmail.com>
Mon, 21 Jan 2019 08:10:34 +0000 (17:10 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 23 Jan 2019 09:57:51 +0000 (18:57 +0900)
Change-Id: I15753f478356286aa67790c0435a2b2dd60cc424

src/lib/elementary/efl_ui_animation_view.eo

index 7cfcf4e..0a1f708 100644 (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;