diff options
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 9a27c20f52..53fc1188c7 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h | |||
@@ -1931,9 +1931,6 @@ EAPI void ecore_imf_context_prediction_hint_set(Ecore_I | |||
1931 | * const char *mime_type = "text/plain,image/png,application/pdf"; | 1931 | * const char *mime_type = "text/plain,image/png,application/pdf"; |
1932 | * ecore_imf_context_mime_type_accept_set(imf_context, mime_type); | 1932 | * ecore_imf_context_mime_type_accept_set(imf_context, mime_type); |
1933 | * @endcode | 1933 | * @endcode |
1934 | * | ||
1935 | * @since_tizen 4.0 | ||
1936 | * @endif | ||
1937 | */ | 1934 | */ |
1938 | EAPI void ecore_imf_context_mime_type_accept_set(Ecore_IMF_Context *ctx, const char *mime_type); | 1935 | EAPI void ecore_imf_context_mime_type_accept_set(Ecore_IMF_Context *ctx, const char *mime_type); |
1939 | 1936 | ||