projects
/
profile
/
ivi
/
eina.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f977f3a
)
eina: oops. Thanks Vincent.
author
cedric
<cedric>
Mon, 5 Sep 2011 20:26:21 +0000
(20:26 +0000)
committer
cedric
<cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Sep 2011 20:26:21 +0000
(20:26 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63214
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/include/eina_inlist.h
patch
|
blob
|
history
diff --git
a/src/include/eina_inlist.h
b/src/include/eina_inlist.h
index
3211801
..
c388211
100644
(file)
--- a/
src/include/eina_inlist.h
+++ b/
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;
/**