Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        plugin_helper.h 


Log Message:
* API rationalization
* Misc. catches
* Delete event now supports progress bar

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/plugin_helper.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- plugin_helper.h     11 Mar 2006 07:11:34 -0000      1.8
+++ plugin_helper.h     14 Mar 2006 13:05:43 -0000      1.9
@@ -8,7 +8,7 @@
 char* entropy_plugin_plugin_identify(entropy_plugin* plugin);
 char* entropy_plugin_helper_toolkit_get(entropy_plugin* plugin);
 
-void entropy_plugin_filesystem_file_remove(entropy_generic_file* file);
+void entropy_plugin_filesystem_file_remove(entropy_generic_file* file, 
entropy_gui_component_instance*);
 int entropy_plugin_filesystem_file_copy(entropy_generic_file* source, char* 
dest, entropy_gui_component_instance* requester);
 void entropy_plugin_filesystem_directory_create(entropy_generic_file* file, 
char* dir);
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to