Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src
Modified Files:
ewl_misc.c ewl_misc.h
Log Message:
renamed ewl_deinit() to ewl_shutdown() for consistency with the other EFL libs
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_misc.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- ewl_misc.c 3 Feb 2004 18:41:23 -0000 1.57
+++ ewl_misc.c 3 Feb 2004 19:54:02 -0000 1.58
@@ -112,7 +112,7 @@
* This should be called to cleanup internal EWL data structures, if using
* ecore directly rather than using ewl_main().
*/
-void ewl_deinit()
+void ewl_shutdown()
{
DENTER_FUNCTION(DLEVEL_STABLE);
@@ -145,7 +145,7 @@
DENTER_FUNCTION(DLEVEL_STABLE);
ecore_main_loop_begin();
- ewl_deinit();
+ ewl_shutdown();
DLEAVE_FUNCTION(DLEVEL_STABLE);
}
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_misc.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_misc.h 25 Nov 2003 07:47:29 -0000 1.23
+++ ewl_misc.h 3 Feb 2004 19:54:02 -0000 1.24
@@ -16,7 +16,7 @@
};
void ewl_init(int *argc, char **argv);
-void ewl_deinit(void);
+void ewl_shutdown(void);
void ewl_main(void);
void ewl_main_quit(void);
void ewl_configure_request(Ewl_Widget * w);
@@ -24,8 +24,8 @@
void ewl_configure_cancel_request(Ewl_Widget *w);
void ewl_realize_request(Ewl_Widget *w);
void ewl_realize_queue(void);
-void ewl_destroy_request(Ewl_Widget *w);
-void ewl_garbage_collect(void);
+void ewl_destroy_request(Ewl_Widget *w);
+void ewl_garbage_collect(void);
void ewl_enter_realize_phase(void);
void ewl_exit_realize_phase(void);
int ewl_in_realize_phase(void);
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs