From 336806d264c05d7f714e48fccd3bef19a8cb7794 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 5 Sep 2011 20:26:21 +0000 Subject: [PATCH] eina: oops. Thanks Vincent. SVN revision: 63214 --- legacy/eina/src/include/eina_inlist.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/eina/src/include/eina_inlist.h b/legacy/eina/src/include/eina_inlist.h index 3211801301..c3882111ed 100644 --- a/legacy/eina/src/include/eina_inlist.h +++ b/legacy/eina/src/include/eina_inlist.h @@ -396,6 +396,12 @@ * Inlined list type. */ typedef struct _Eina_Inlist Eina_Inlist; + +/** + * @typedef Eina_Inlist_Sorted_State + * @since 1.1.0 + * State of sorted Eina_Inlist + */ typedef struct _Eina_Inlist_Sorted_State Eina_Inlist_Sorted_State; /**