From f534a06b76c8c29335ed6c8405e20efa4fb8b701 Mon Sep 17 00:00:00 2001 From: cedric Date: Wed, 15 Jun 2011 15:54:42 +0000 Subject: [PATCH] eina: @since git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@60356 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/include/eina_hash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/eina_hash.h b/src/include/eina_hash.h index 6609de8..474580e 100644 --- a/src/include/eina_hash.h +++ b/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); -- 2.7.4