Fix incorrect slot prototype description 48/183148/2
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 3 Jul 2018 02:40:47 +0000 (11:40 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 3 Jul 2018 10:30:47 +0000 (10:30 +0000)
Change-Id: I4ff5ce26698cdcd1c3ba374257042b7eeed7ba5c

ism/src/scim_helper.cpp

index 0885031..2c9c654 100644 (file)
@@ -3559,7 +3559,7 @@ HelperAgent::signal_connect_set_prediction_hint_data (HelperAgentSlotString *slo
  * This signal is used to send optimization hint to Helper ISE.
  *
  * The prototype of the slot is:
- * void set_prediction_hint_data (const HelperAgent *agent, char *key, char *value);
+ * void set_optimization_hint (const HelperAgent *agent, uint32 &hint);
  */
 Connection
 HelperAgent::signal_connect_set_optimization_hint (HelperAgentSlotUintVoid *slot)