efl api release - fix @since in new elm entry api's

This commit is contained in:
Carsten Haitzler 2016-08-12 22:58:46 +09:00 committed by Stefan Schmidt
parent 6a6f039db2
commit 5537c7ffe3
1 changed files with 4 additions and 1 deletions

View 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.]]