@since for eina_list_last_data_get

SVN revision: 79149
This commit is contained in:
Mike Blumenkrantz 2012-11-12 10:53:10 +00:00
parent 7ba993749d
commit 43eb9749ab
1 changed files with 1 additions and 0 deletions

View File

@ -1620,6 +1620,7 @@ EAPI Eina_Accessor *eina_list_accessor_new(const Eina_List *list) EINA_MA
* @return The node's data, or @c NULL on being passed a @c NULL pointer
*
* This macro is a shortcut for typing eina_list_data_get(eina_list_last())
* @since 1.8
*/
#define eina_list_last_data_get(list) \
eina_list_data_get(eina_list_last(list))