Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:
sort your evas lists via a function pointer
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- Evas.h      23 Jan 2004 02:13:12 -0000      1.24
+++ Evas.h      24 Mar 2004 07:23:51 -0000      1.25
@@ -258,6 +258,7 @@
    void             *evas_list_nth                     (Evas_List *list, int n);
    Evas_List        *evas_list_nth_list                (Evas_List *list, int n);
    Evas_List        *evas_list_reverse                 (Evas_List *list);
+   Evas_List        *evas_list_sort                   (Evas_List *list, int size, 
int(*func)(void*,void*));
    int               evas_list_alloc_error             (void);
        
    /* FIXME: add:




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to