Added a detailed description in ecore_imf_context_prediction_hint_set() 17/126117/5
authorInHong Han <inhong1.han@samsung.com>
Thu, 20 Apr 2017 07:02:07 +0000 (16:02 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 27 Apr 2017 04:03:22 +0000 (04:03 +0000)
Change-Id: Ia31fca596e08874bbe18a66886113fe6731e5203

src/lib/ecore_imf/Ecore_IMF.h

index 1156ea3..2d66631 100644 (file)
@@ -2220,7 +2220,11 @@ EAPI Ecore_IMF_Input_Panel_Keyboard_Mode ecore_imf_context_keyboard_mode_get(Eco
 /**
  * @ingroup Ecore_IMF_Context_Group
  * @brief Set the prediction hint string to deliver to the input panel.
- * This string is used to set prediction hint.
+ *
+ * This API can be used when you want to set prediction hint to use an intelligent reply suggestion service.
+ * An intelligent reply suggestion service generates reply candidates for given prediction hint.
+ * Example
+ * prediction hint: How are you? -> result: I'm fine, Not bad, I'm all right.
  *
  * @since 1.20.0
  *