well this was just plain wrong

SVN revision: 50314
This commit is contained in:
Mike Blumenkrantz 2010-07-18 03:55:53 +00:00
parent 7d3bf122ac
commit af32bf04f0
1 changed files with 2 additions and 2 deletions

View File

@ -788,9 +788,9 @@ eina_hash_stringshared_new(Eina_Free_Cb data_free_cb)
}
/**
* Retrieves the number of buckets available in the given hash table.
* Returns the number of entires in the hash table.
* @param hash The given hash table.
* @return @c 256 if @p hash is not @c NULL. @c 0 otherwise.
* @return The number of entries in the hash table, @c 0 on error
*/
EAPI int
eina_hash_population(const Eina_Hash *hash)