eina: Add since tag for new eina_list_data_idx()

Also fix some whitespaces while being there.
This commit is contained in:
Stefan Schmidt 2015-04-08 14:11:44 +02:00
parent 1e081f2ae1
commit 8a764d8d9c
1 changed files with 3 additions and 2 deletions

View File

@ -1346,7 +1346,7 @@ EAPI Eina_Accessor *eina_list_accessor_new(const Eina_List *list) EINA_MA
/**
* @brief Find the member of the list and return the index.
*
*
* @param list The list.
* @param data The data member.
* @return The index of data member if found, @c -1 otherwise.
@ -1356,7 +1356,8 @@ EAPI Eina_Accessor *eina_list_accessor_new(const Eina_List *list) EINA_MA
* index of the data will be returned, otherwise @c -1 will be returned.
*
* @warning @p list must be a pointer to the first element of the list.
*
*
* @since 1.14
*/
EAPI int eina_list_data_idx(const Eina_List *list, void *data);