Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs.h evfs_commands.h evfs_plugin.h evfs_server_handle.h 


Log Message:
File renaming support

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- evfs.h      17 Sep 2005 06:54:20 -0000      1.9
+++ evfs.h      26 Sep 2005 11:39:47 -0000      1.10
@@ -70,8 +70,9 @@
   EVFS_CMD_STOPMON_FILE = 2,
   EVFS_CMD_COPY_FILE = 3,
   EVFS_CMD_MOVE_FILE = 4,
-  EVFS_CMD_REMOVE_FILE=5,
-  EVFS_CMD_LIST_DIR = 6
+  EVFS_CMD_RENAME_FILE = 5,
+  EVFS_CMD_REMOVE_FILE=6,
+  EVFS_CMD_LIST_DIR = 7
 }
 evfs_command_type;
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_commands.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evfs_commands.h     8 Sep 2005 13:22:47 -0000       1.3
+++ evfs_commands.h     26 Sep 2005 11:39:47 -0000      1.4
@@ -4,6 +4,7 @@
 void evfs_monitor_add(evfs_connection* conn, evfs_filereference* ref);
 void evfs_monitor_remove(evfs_connection* conn, evfs_filereference* ref);
 void evfs_client_file_remove(evfs_connection* conn, evfs_filereference* ref);
+void evfs_client_file_rename(evfs_connection* conn, evfs_filereference* from, 
evfs_filereference* to);
 
 #endif
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_plugin.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evfs_plugin.h       19 Aug 2005 12:15:12 -0000      1.2
+++ evfs_plugin.h       26 Sep 2005 11:39:47 -0000      1.3
@@ -6,6 +6,7 @@
        int (*evfs_file_remove)(char* path);
        int (*evfs_monitor_start)(evfs_client* client, evfs_command* command);
        int (*evfs_monitor_stop)(evfs_client* client, evfs_command* command);
+       int (*evfs_file_rename)(evfs_client* client, evfs_command* command);
 };
 
 typedef struct evfs_plugin evfs_plugin;
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_server_handle.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evfs_server_handle.h        19 Aug 2005 12:15:12 -0000      1.2
+++ evfs_server_handle.h        26 Sep 2005 11:39:47 -0000      1.3
@@ -1,3 +1,4 @@
 void evfs_handle_monitor_start_command(evfs_client* client, evfs_command* 
command);
 void evfs_handle_monitor_stop_command(evfs_client* client, evfs_command* 
command);
 void evfs_handle_file_remove_command(evfs_client* client, evfs_command* 
command);
+void evfs_handle_file_rename_command(evfs_client* client, evfs_command* 
command);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to