Enlightenment CVS committal Author : moom Project : e17 Module : libs/etk
Dir : e17/libs/etk/src/engines/ecore_evas_x11 Modified Files: ecore_evas_x11.c Log Message: * API Break: a lot of signals/properties have been renamed: signals now use -ed form ("focus"-->"focused") and names now use '-' instead of '_' ("row_clicked" --> "row-clicked"). All the existing apps are broken, sorry for that :/ =================================================================== RCS file: /cvs/e/e17/libs/etk/src/engines/ecore_evas_x11/ecore_evas_x11.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- ecore_evas_x11.c 8 Mar 2007 18:16:01 -0000 1.25 +++ ecore_evas_x11.c 22 Mar 2007 19:36:51 -0000 1.26 @@ -327,7 +327,7 @@ return; _window_netwm_state_active_set(window, ECORE_X_WINDOW_STATE_SKIP_TASKBAR, skip_taskbar_hint); - etk_object_notify(ETK_OBJECT(window), "skip_taskbar"); + etk_object_notify(ETK_OBJECT(window), "skip-taskbar"); } /* Gets whether the window appears in the taskbar */ @@ -343,7 +343,7 @@ return; _window_netwm_state_active_set(window, ECORE_X_WINDOW_STATE_SKIP_PAGER, skip_pager_hint); - etk_object_notify(ETK_OBJECT(window), "skip_pager"); + etk_object_notify(ETK_OBJECT(window), "skip-pager"); } /* Gets whether the window appears in the pager */ @@ -735,7 +735,7 @@ etk_event.type = ETK_SELECTION_TEXT; etk_event.data.text = text_data->text; - etk_signal_emit_by_name("selection_received", ETK_OBJECT(_selection_widget), NULL, &etk_event); + etk_signal_emit_by_name("selection-received", ETK_OBJECT(_selection_widget), NULL, &etk_event); } return 1; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs