diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2018-12-05 20:01:28 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2018-12-05 20:01:28 +0900 |
commit | f15c1f1417ec2994959d5f198df6d1e9a52cff53 (patch) | |
tree | 59a3863619eee375e6e51427eedef3cbb76f7320 /src/lib/ecore_imf/Ecore_IMF.h | |
parent | 443f63c6197bf87b0ce387613a79610742fcc23f (diff) |
ecore_imf: Fix document about ecore_imf_context_input_panel_position_set()
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Diffstat (limited to 'src/lib/ecore_imf/Ecore_IMF.h')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index d9ba33bd0f..85c43234a7 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h | |||
@@ -1978,7 +1978,7 @@ EAPI void ecore_imf_context_mime_type_accept_set(Ecore_I | |||
1978 | /** | 1978 | /** |
1979 | * @ingroup Ecore_IMF_Context_Group | 1979 | * @ingroup Ecore_IMF_Context_Group |
1980 | * @brief Sets the x,y coordinates of the input panel. | 1980 | * @brief Sets the x,y coordinates of the input panel. |
1981 | * This API can be used in floating mode. | 1981 | * @remarks This API can be used in floating mode. |
1982 | * | 1982 | * |
1983 | * @since 1.21.0 | 1983 | * @since 1.21.0 |
1984 | * | 1984 | * |