Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        plugin_base.h plugin_helper.h 


Log Message:
* Add move_multi - be warned - 'Trash' context menu option *will* now do what 
it says - i.e. original file is moved to trash

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_base.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- plugin_base.h       6 Aug 2006 10:01:10 -0000       1.14
+++ plugin_base.h       20 Aug 2006 05:51:11 -0000      1.15
@@ -67,6 +67,7 @@
                Ecore_List* (*filelist_get) (entropy_file_request*);
                void (*file_copy)(entropy_generic_file*,char*, 
entropy_gui_component_instance*);
                void (*file_copy_multi)(Ecore_List* files,char*, 
entropy_gui_component_instance*);
+               void (*file_move_multi)(Ecore_List* files,char*, 
entropy_gui_component_instance*);
                void (*file_move)(entropy_generic_file*,char*, 
entropy_gui_component_instance*);
 
                void (*file_rename) (entropy_generic_file * file_from, 
entropy_generic_file * file_to);
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_helper.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- plugin_helper.h     6 Aug 2006 10:01:10 -0000       1.23
+++ plugin_helper.h     20 Aug 2006 05:51:11 -0000      1.24
@@ -13,6 +13,7 @@
 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);
 int entropy_plugin_filesystem_file_copy_multi(Ecore_List* files, char* dest, 
entropy_gui_component_instance* requester);
+int entropy_plugin_filesystem_file_move_multi(Ecore_List* files, char* dest, 
entropy_gui_component_instance* requester);
 int entropy_plugin_filesystem_file_move(entropy_generic_file* source, char* 
dest, entropy_gui_component_instance* requester);
 void entropy_plugin_filesystem_directory_create(entropy_generic_file* file, 
char* dir);
 Ecore_List* entropy_plugin_filesystem_filelist_get(entropy_file_request* 
request);



-------------------------------------------------------------------------
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