diff options
Diffstat (limited to 'legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h b/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h index dd951e2c89..e6812e7866 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | |||
@@ -29,10 +29,10 @@ struct _Ecore_IMF_Module | |||
29 | 29 | ||
30 | void ecore_imf_module_init(void); | 30 | void ecore_imf_module_init(void); |
31 | void ecore_imf_module_shutdown(void); | 31 | void ecore_imf_module_shutdown(void); |
32 | Ecore_List *ecore_imf_module_available_get(void); | 32 | Eina_List *ecore_imf_module_available_get(void); |
33 | Ecore_IMF_Module *ecore_imf_module_get(const char *ctx_id); | 33 | Ecore_IMF_Module *ecore_imf_module_get(const char *ctx_id); |
34 | Ecore_IMF_Context *ecore_imf_module_context_create(const char *ctx_id); | 34 | Ecore_IMF_Context *ecore_imf_module_context_create(const char *ctx_id); |
35 | Ecore_List *ecore_imf_module_context_ids_get(void); | 35 | Eina_List *ecore_imf_module_context_ids_get(void); |
36 | Ecore_List *ecore_imf_module_context_ids_by_canvas_type_get(const char *canvas_type); | 36 | Eina_List *ecore_imf_module_context_ids_by_canvas_type_get(const char *canvas_type); |
37 | 37 | ||
38 | #endif | 38 | #endif |