From 9aa4942caaa1bf7aef4539542107817be14a79c8 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 1 Jun 2011 15:04:29 +0000 Subject: [PATCH] eina: make him happy. SVN revision: 59876 --- legacy/eina/src/include/eina_inlist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/eina/src/include/eina_inlist.h b/legacy/eina/src/include/eina_inlist.h index 1b5a76720a..eef0788428 100644 --- a/legacy/eina/src/include/eina_inlist.h +++ b/legacy/eina/src/include/eina_inlist.h @@ -368,6 +368,7 @@ EAPI Eina_Accessor *eina_inlist_accessor_new(const Eina_Inlist *in_list) EINA_MA * @param item list node to insert, must not be NULL. * @param func The function called for the sort. * @return A list pointer. + * @since 1.1.0 * * This function inserts item into a linked list assuming it was * sorted and the result will be sorted. If @p list is @c NULLL, item