From 5537c7ffe3967cf1445bdfdf587af53e28ca97e7 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 12 Aug 2016 22:58:46 +0900 Subject: [PATCH] efl api release - fix @since in new elm entry api's --- src/lib/elementary/elm_entry.eo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_entry.eo b/src/lib/elementary/elm_entry.eo index fa407e1617..0abb2fafab 100644 --- a/src/lib/elementary/elm_entry.eo +++ b/src/lib/elementary/elm_entry.eo @@ -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.]]