From a336a811ec91f72f993d2232c8264af2942d3961 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 15 Jun 2011 15:54:42 +0000 Subject: [PATCH] eina: @since SVN revision: 60356 --- legacy/eina/src/include/eina_hash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/eina/src/include/eina_hash.h b/legacy/eina/src/include/eina_hash.h index 6609de88a5..474580e9c7 100644 --- a/legacy/eina/src/include/eina_hash.h +++ b/legacy/eina/src/include/eina_hash.h @@ -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);