efl api release - fix @since in new elm entry api's
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 12 Aug 2016 13:58:46 +0000 (22:58 +0900)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 12 Aug 2016 16:04:55 +0000 (18:04 +0200)
src/lib/elementary/elm_entry.eo

index fa407e1..0abb2fa 100644 (file)
@@ -654,7 +654,10 @@ class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Efl.Ui.Clickable,
       }
       @property select_allow {
          set {
-            [[Allow selection in the entry.]]
+            [[Allow selection in the entry.
+
+              @since 1.18
+            ]]
          }
          get {
             [[Returns whether selection in the entry is allowed.]]