Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_netwm.c ecore_xcb_netwm.c ecore_xcb_reply.c Log Message: *API BREAK* see the discussion in the mailing list. misc and e_modules will follow =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x_netwm.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -3 -r1.58 -r1.59 --- ecore_x_netwm.c 5 Nov 2006 15:14:49 -0000 1.58 +++ ecore_x_netwm.c 25 Jul 2007 17:00:55 -0000 1.59 @@ -256,7 +256,7 @@ startup_info = ecore_hash_new(ecore_direct_hash, ecore_direct_compare); if (startup_info) { - ecore_hash_set_free_value(startup_info, _ecore_x_netwm_startup_info_free); + ecore_hash_free_value_cb_set(startup_info, _ecore_x_netwm_startup_info_free); } } =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_xcb_netwm.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ecore_xcb_netwm.c 13 Apr 2007 17:12:09 -0000 1.1 +++ ecore_xcb_netwm.c 25 Jul 2007 17:00:55 -0000 1.2 @@ -71,7 +71,7 @@ startup_info = ecore_hash_new(ecore_direct_hash, ecore_direct_compare); if (startup_info) { - ecore_hash_set_free_value(startup_info, _ecore_x_netwm_startup_info_free); + ecore_hash_free_value_cb_set(startup_info, _ecore_x_netwm_startup_info_free); } } =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_xcb_reply.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ecore_xcb_reply.c 13 Apr 2007 17:12:09 -0000 1.1 +++ ecore_xcb_reply.c 25 Jul 2007 17:00:55 -0000 1.2 @@ -43,7 +43,7 @@ return 0; } - if (!ecore_list_set_free_cb(_ecore_xcb_cookies, ECORE_FREE_CB(free))) + if (!ecore_list_free_cb_set(_ecore_xcb_cookies, ECORE_FREE_CB(free))) { ecore_list_destroy(_ecore_xcb_cookies); return 0; @@ -94,7 +94,7 @@ if (!_ecore_xcb_cookies) return 0; - data = ecore_list_remove_first(_ecore_xcb_cookies); + data = ecore_list_first_remove(_ecore_xcb_cookies); if (data) { cookie = data->cookie; ------------------------------------------------------------------------- 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