{
Ecore_List *values;
Eina_Iterator *it = NULL;
- unsigned int i = 0;
if (!modules) return NULL;
}
static Eina_Bool
-_hash_ids_by_canvas_type_get(const Eina_Hash *hash, int *data, void *fdata)
+_hash_ids_by_canvas_type_get(const Eina_Hash *hash, void *data, void *fdata)
{
Ecore_IMF_Module *module = data;
Ecore_IMF_Selector *selector = fdata;
Ecore_IMF_Selector selector;
Ecore_List *values;
Eina_Iterator *it = NULL;
- unsigned int i = 0;
if (!modules) return NULL;
static int
_ecore_imf_modules_exists(const char *ctx_id)
{
- Eina_Iterator *it = NULL;
-
if (!modules) return 0;
if (!ctx_id) return 0;