Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy.h 


Log Message:
* Deregistration on close

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/entropy.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- entropy.h   14 Apr 2006 02:20:17 -0000      1.32
+++ entropy.h   5 Sep 2006 06:47:14 -0000       1.33
@@ -63,11 +63,13 @@
 int entropy_core_plugin_sub_type_get(entropy_plugin* plugin);
 entropy_plugin* entropy_plugins_type_get_first(int type, int subtype);
 void entropy_core_layout_register(entropy_core* core, 
entropy_gui_component_instance* comp);
+void entropy_core_layout_deregister(entropy_core* core, 
entropy_gui_component_instance* comp);
 entropy_thumbnail* entropy_thumbnail_create(entropy_generic_file* e_file);
 char* entropy_layout_global_toolkit_get();
 
 /*Event hierarchy functions*/
 void entropy_core_component_event_register(entropy_gui_component_instance* 
comp, char* event);
+void entropy_core_component_event_deregister(entropy_gui_component_instance* 
comp, char* event);
 void entropy_core_layout_notify_event(entropy_gui_component_instance* 
instance, entropy_gui_event* event, int event_type);
 char* entropy_core_gui_event_get(char* event);
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to