Andreas Volz schrieb: > You're right. I didn't look into the implementation of > ecore_list_new(). I'll change it. But I've another question. For the > Ecore_List there's: > > EAPI void *ecore_list_first(Ecore_List * list); > EAPI void *ecore_list_last(Ecore_List * list); > > But there're no first/last functions for Ecore_DList. Could you explain > why. > > Right, there weren't any counterparts for those two function. Since Ecore_DList and Ecore_List are working very similar internally, you could use the ecore_list_first/last() function for dlist, too. To make this more obviously I added two defines for that.
Peter ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
