efl_ui_widget: Remove lagacy:null keyword.
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 09:28:52 +0000 (18:28 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Mar 2019 04:23:20 +0000 (13:23 +0900)
Change-Id: I4953dd9329c2da908c029424da75eb72f865a975

src/lib/elementary/efl_ui_animation_view.eo
src/lib/elementary/efl_ui_widget.eo

index b93bd2d..afa351c 100644 (file)
@@ -2,7 +2,6 @@
 enum Efl.Ui.Animation_View.State
 {
    //FIXME: This enum is not neccessary in legacy header. but legacy:null command is not working correct.
-   //legacy: null;
    not_ready, [[Animation is not ready to play. (Probably, it didn't file set yet or failed to read file. @since 1.22]]
    play, [[Animation is on playing. see @Efl.Ui.Animation_View.play @since 1.22]]
    play_back, [[Animation is on playing back (rewinding). see @Efl.Ui.Animation_View.play_back @since 1.22]]
index 47b58bb..95cfa22 100644 (file)
@@ -268,7 +268,6 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
          params {
             @in is_screen_reader: bool;
          }
-         legacy: null;
       }
       //
       //TIZEN_ONLY(20170621) handle atspi proxy connection at runtime
@@ -277,7 +276,6 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
          params {
             @in is_atspi: bool;
          }
-         legacy: null;
       }
       //
       /* Internal hooks. */
@@ -563,7 +561,6 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
        }
        focus_mouse_up_handle {
            [[Handle focus mouse up]]
-          legacy: null;
        }
        focus_direction_get @const @beta {
           [[Get focus direction]]
@@ -622,7 +619,6 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
           [[Virtual function which checks if this widget can handle passing
             focus to sub-object, in a given direction.]]
           return: bool; [[$true on success, $false otherwise]]
-          legacy: null;
       }
       //END
       @property focus_move_policy @beta {