From e64b28945dcbde3c1d10fe3160ec34a4a9819736 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Thu, 20 Apr 2017 16:02:07 +0900 Subject: [PATCH] Added a detailed description in ecore_imf_context_prediction_hint_set() Change-Id: Ia31fca596e08874bbe18a66886113fe6731e5203 --- src/lib/ecore_imf/Ecore_IMF.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 1156ea3..2d66631 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -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 * -- 2.7.4