Add since tag in elm_entry_prediction_hint_set
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 26 Jun 2017 08:53:04 +0000 (17:53 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 26 Jun 2017 08:53:04 +0000 (17:53 +0900)
src/lib/elementary/elm_entry.eo

index 04b43ec..e60ee84 100644 (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.]]
          }