Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs.h evfs_event_helper.h evfs_server_handle.h 


Log Message:
* Change the way progress events work

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- evfs.h      6 Dec 2005 06:16:58 -0000       1.30
+++ evfs.h      20 Dec 2005 21:55:02 -0000      1.31
@@ -189,6 +189,8 @@
 } evfs_progress_type;
 
 typedef struct evfs_event_progress {
+       char* file_from;
+       char* file_to;
        double file_progress;
        evfs_progress_type type;
 } evfs_event_progress;
@@ -207,7 +209,7 @@
        evfs_event_id_notify id_notify;
        evfs_event_file_monitor file_monitor;
        evfs_event_stat stat;   
-       evfs_event_progress progress;
+       evfs_event_progress* progress;
 
        evfs_event_data data;
 }
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event_helper.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evfs_event_helper.h 6 Dec 2005 06:16:58 -0000       1.10
+++ evfs_event_helper.h 20 Dec 2005 21:55:02 -0000      1.11
@@ -9,7 +9,7 @@
 void evfs_file_monitor_event_create(evfs_client* client, int type, const char* 
pathi, const char* plugin);
 void evfs_stat_event_create(evfs_client* client, evfs_command* command, struct 
stat* stat_obj);
 void evfs_list_dir_event_create(evfs_client* client, evfs_command* command, 
Ecore_List* files);
-void evfs_file_progress_event_create(evfs_client* client, evfs_command* 
command, double progress,evfs_progress_type type);
+void evfs_file_progress_event_create(evfs_client* client, evfs_command* 
event_command, evfs_command* root_command, double progress,evfs_progress_type 
type);
 void evfs_open_event_create(evfs_client* client, evfs_command* command);
 void evfs_read_event_create(evfs_client* client, evfs_command* command, char* 
bytes, long size);
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_server_handle.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evfs_server_handle.h        6 Dec 2005 06:16:58 -0000       1.10
+++ evfs_server_handle.h        20 Dec 2005 21:55:02 -0000      1.11
@@ -8,6 +8,6 @@
 void evfs_handle_file_rename_command(evfs_client* client, evfs_command* 
command);
 void evfs_handle_file_stat_command(evfs_client* client, evfs_command* command);
 void evfs_handle_dir_list_command(evfs_client* client, evfs_command* command);
-void evfs_handle_file_copy(evfs_client* client, evfs_command* command);
+void evfs_handle_file_copy(evfs_client* client, evfs_command* command, 
evfs_command* root_command);
 void evfs_handle_file_open_command(evfs_client* client, evfs_command* command);
 void evfs_handle_file_read_command(evfs_client* client, evfs_command* command);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to