Ecore_Data_Hash_ADT_Creation_Group (3) Linux Manual Page
Hash Creation Functions – Functions that create hash tables. Functions EAPI Ecore_Hash * ecore_hash_new (Ecore_Hash_Cb hash_func, Ecore_Compare_Cb compare) Creates and initializes a new hash. EAPI int ecore_hash_init (Ecore_Hash *hash, Ecore_Hash_Cb hash_func, Ecore_Compare_Cb compare) Initializes the given hash. Detailed Description Functions that create hash tables. Function Documentation EAPI int ecore_hash_init (Ecore_Hash * hash, Ecore_Hash_Cb hash_func, Ecore_Compare_Cb…
