Add since tag in elm_entry_prediction_hint_set

This commit is contained in:
Jihoon Kim 2017-06-26 17:53:04 +09:00
parent 1dcf2c814c
commit 5b19dfafe7
1 changed files with 4 additions and 1 deletions

View File

@ -938,7 +938,10 @@ class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Efl.Ui.Clickable,
}
}
prediction_hint_set {
[[Sets the prediction hint to use an intelligent reply suggestion service.]]
[[Sets the prediction hint to use an intelligent reply suggestion service.
@since 1.20
]]
params {
prediction_hint: string; [[The prediction hint text.]]
}