eext_floatingbutton: add since tag 41/224741/1 submit/tizen/20200213.043550
authorJongmin Lee <jm105.lee@samsung.com>
Wed, 12 Feb 2020 21:46:01 +0000 (06:46 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 12 Feb 2020 21:46:01 +0000 (06:46 +0900)
Change-Id: Ic3ea12878dd682983ac926c8d88d768b420f85be

src/mobile/eext_floatingbutton.eo

index abb3a9a727f67525a6709f364c0640eb6e053fc0..8e016efbbb76a9914b72b07dfba645a4855b5474 100644 (file)
@@ -2,7 +2,7 @@
 type @extern Eext.Floatingbutton.Pos: uint;
 
 enum Eext.Floatingbutton.Mode {
-   [[ Floating button mode ]]
+   [[ Floating button mode @since 1.23]]
    default = 0,  [[ allows all positions ]]
    both_sides,   [[ allows LEFT and RIGHT positions only ]]
    last          [[ indicates the last, do not use this ]]
@@ -89,6 +89,8 @@ class Eext.Floatingbutton extends Efl.Ui.Layout implements Efl.Access.Component,
          return EINA_TRUE on success, EINA_FALSE otherwise.
 
          see eext_floatingbutton_pos_set()
+
+         @since 1.23
          ]]
          return: bool;
          params {