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: * Default DND to move operation, and add move command to filesystem plugin. =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_base.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- plugin_base.h 13 Apr 2006 13:17:50 -0000 1.9 +++ plugin_base.h 10 Jun 2006 02:36:14 -0000 1.10 @@ -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_move)(entropy_generic_file*,char*, entropy_gui_component_instance*); void (*file_rename) (entropy_generic_file * file_from, entropy_generic_file * file_to); void (*operation_respond)(long id, int response); =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_helper.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- plugin_helper.h 23 Apr 2006 11:16:30 -0000 1.18 +++ plugin_helper.h 10 Jun 2006 02:36:14 -0000 1.19 @@ -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_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); void entropy_plugin_filesystem_filestat_get(entropy_file_request* request); _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs