Enlightenment CVS committal Author : pfritz Project : e17 Module : test
Dir : e17/test/orig/ecore Modified Files: ecore_dbus_receiver_test.c ecore_dbus_test.c Log Message: *API BREAK* see the discussion in the mailing list. misc and e_modules will follow =================================================================== RCS file: /cvs/e/e17/test/orig/ecore/ecore_dbus_receiver_test.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ecore_dbus_receiver_test.c 28 Oct 2006 10:35:30 -0000 1.2 +++ ecore_dbus_receiver_test.c 25 Jul 2007 17:01:04 -0000 1.3 @@ -118,7 +118,7 @@ } printf(" params: i = %d, s1 = \"%s\", l = (", i ? *i : 0, s1); - ecore_list_goto_first(l); + ecore_list_first_goto(l); first = 1; while((i = ecore_list_next(l))) { =================================================================== RCS file: /cvs/e/e17/test/orig/ecore/ecore_dbus_test.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ecore_dbus_test.c 28 Oct 2006 10:35:30 -0000 1.2 +++ ecore_dbus_test.c 25 Jul 2007 17:01:04 -0000 1.3 @@ -63,7 +63,7 @@ ecore_dbus_method_error_cb, NULL); ids = ecore_list_new(); - ecore_list_set_free_cb(ids, free); + ecore_list_free_cb_set(ids, free); for(i = 0; i < 5; i++) { unsigned int *id; @@ -119,7 +119,7 @@ if (names) { char *name; - ecore_list_goto_first(names); + ecore_list_first_goto(names); while ((name = ecore_list_next(names))) { printf("Name: %s\n", name); ------------------------------------------------------------------------- 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-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs