eina: @since

SVN revision: 60356
This commit is contained in:
Cedric BAIL 2011-06-15 15:54:42 +00:00
parent 13673082e0
commit a336a811ec
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ EAPI Eina_Hash *eina_hash_new(Eina_Key_Length key_length_cb,
* @param hash The given hash table
* @param data_free_cb The function called on each value when the hash
* table is freed. @c NULL can be passed as callback.
* @since 1.1
*/
EAPI void eina_hash_free_set(Eina_Hash *hash, Eina_Free_Cb data_free_cb) EINA_ARG_NONNULL(1);