Functions | |
EAPI int | ecore_hash_for_each_node (Ecore_Hash *hash, Ecore_For_Each for_each_func, void *user_data) |
Runs the for_each_func function on each entry in the given hash. | |
EAPI Ecore_List * | ecore_hash_keys (Ecore_Hash *hash) |
Retrieves an ecore_list of all keys in the given hash. |
EAPI int ecore_hash_for_each_node | ( | Ecore_Hash * | hash, | |
Ecore_For_Each | for_each_func, | |||
void * | user_data | |||
) |
Runs the for_each_func
function on each entry in the given hash.
hash | The given hash. | |
for_each_func | The function that each entry is passed to. | |
user_data | a pointer passed to calls of for_each_func |
EAPI Ecore_List* ecore_hash_keys | ( | Ecore_Hash * | hash | ) |
Retrieves an ecore_list of all keys in the given hash.
hash | The given hash. |