From: cedric Date: Wed, 15 Jun 2011 15:54:42 +0000 (+0000) Subject: eina: @since X-Git-Tag: 2.0_alpha~69^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca11c536419b7ed1757a0a2fcd4817efc71c1371;p=framework%2Fuifw%2Feina.git eina: @since git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@60356 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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);