diff options
author | Srivardhan Hebbar <sri.hebbar@samsung.com> | 2014-12-22 15:08:41 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2014-12-22 15:09:59 +0100 |
commit | 701f7b073761a19acb0ff37ef8ab7d6bda6d34b3 (patch) | |
tree | 2d9415b14319ef866e85e5b76f75d0de36c1b3f5 /doc | |
parent | 62a6db2dace24315ceeb344b01b4d5c6dd3b32c7 (diff) | |
download | efl-701f7b073761a19acb0ff37ef8ab7d6bda6d34b3.tar.gz |
eina: add an example to demonstrate different eina insert and sort functions.
Summary:
While going through eina for understanding, wrote a program to understand
he differences between different eina inarray functions. Thought, this might
be useful for others too, so adding the same.
Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: devilhorns
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1803
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/eina_examples.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/eina_examples.dox b/doc/eina_examples.dox index 95f64fd408..33e83de465 100644 --- a/doc/eina_examples.dox +++ b/doc/eina_examples.dox @@ -17,6 +17,7 @@ * @li @ref eina_hash_08.c * @li @ref eina_inarray_01.c * @li @ref eina_inarray_02.c + * @li @ref eina_inarray_03.c * @li @ref eina_inlist_01.c * @li @ref eina_inlist_02.c * @li @ref eina_inlist_03.c @@ -73,6 +74,7 @@ * @example eina_hash_08.c * @example eina_inarray_01.c * @example eina_inarray_02.c + * @example eina_inarray_03.c * @example eina_inlist_01.c * @example eina_inlist_02.c * @example eina_inlist_03.c |