Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_cleanup.h evfs_commands.h evfs_misc.h 


Log Message:
* File copy function now handles multiple files, as long as the dest file is a 
directory

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_cleanup.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evfs_cleanup.h      3 Feb 2006 23:12:13 -0000       1.8
+++ evfs_cleanup.h      6 Aug 2006 09:56:27 -0000       1.9
@@ -10,6 +10,7 @@
 void evfs_cleanup_filereference(evfs_filereference * ref);
 void evfs_cleanup_command(evfs_command * command, int free_command);
 void evfs_cleanup_file_command(evfs_command * command);
+void evfs_cleanup_file_command_only(evfs_command* command);
 void evfs_cleanup_file_monitor(evfs_file_monitor * mon);
 void evfs_cleanup_event(evfs_event *);
 void evfs_cleanup_file_uri_path(evfs_file_uri_path * path);
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_commands.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- evfs_commands.h     20 Jul 2006 17:49:51 -0000      1.18
+++ evfs_commands.h     6 Aug 2006 09:56:27 -0000       1.19
@@ -11,6 +11,8 @@
 long evfs_client_file_open(evfs_connection * conn, evfs_filereference * file);
 long evfs_client_file_copy(evfs_connection * conn, evfs_filereference * from,
                            evfs_filereference * to);
+long evfs_client_file_copy_multi(evfs_connection * conn, Ecore_List* files,
+                               evfs_filereference* to);
 long evfs_client_file_move(evfs_connection * conn, evfs_filereference * from,
                            evfs_filereference * to);
 long evfs_client_file_read(evfs_connection * conn, evfs_filereference * file,
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_misc.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evfs_misc.h 22 Apr 2006 03:24:05 -0000      1.10
+++ evfs_misc.h 6 Aug 2006 09:56:27 -0000       1.11
@@ -36,7 +36,10 @@
 void evfs_disconnect(evfs_connection * connection);
 evfs_connection *evfs_connect(void (*callback_func) (evfs_event *, void *),
                               void *obj);
+
 evfs_file_uri_path *evfs_parse_uri(char *uri);
+evfs_filereference * evfs_parse_uri_single(char *uri);
+
 int evfs_handle_command(evfs_client * client, evfs_command * command);
 void evfs_handle_monitor_start_command(evfs_client * client,
                                        evfs_command * command);



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