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:
* Take advantage of new evfs multi-file copy.  Immediate precursor to *much* 
improved copy dialog

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_base.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- plugin_base.h       20 Jul 2006 17:49:58 -0000      1.13
+++ plugin_base.h       6 Aug 2006 10:01:10 -0000       1.14
@@ -66,6 +66,7 @@
                struct stat* (*filestat_get)(entropy_file_request*);
                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)(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.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- plugin_helper.h     20 Jul 2006 17:49:58 -0000      1.22
+++ plugin_helper.h     6 Aug 2006 10:01:10 -0000       1.23
@@ -12,6 +12,7 @@
                                void (*cb)());
 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(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);



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

Reply via email to