Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs.h evfs_event_helper.h 


Log Message:
* Send file-copy-progress events

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- evfs.h      15 Nov 2005 09:58:53 -0000      1.25
+++ evfs.h      15 Nov 2005 11:41:14 -0000      1.26
@@ -103,6 +103,7 @@
        EVFS_EV_NOTIFY_ID = 2,
        EVFS_EV_STAT = 3,
        EVFS_EV_DIR_LIST = 4,
+       EVFS_EV_FILE_PROGRESS = 5
 } evfs_eventtype;
 
 typedef enum evfs_eventtype_sub {
@@ -120,13 +121,14 @@
        EVFS_EV_PART_FILE_REFERENCE = 8,
        EVFS_EV_PART_FILE_REFERENCE_USERNAME = 9,
        EVFS_EV_PART_FILE_REFERENCE_PASSWORD = 10,
-       
 
-        EVFS_COMMAND_TYPE = 11,
-        EVFS_FILE_REFERENCE = 12,
-       EVFS_FILE_REFERENCE_PASSWORD = 13,
-       EVFS_FILE_REFERENCE_USERNAME = 14,
-        EVFS_COMMAND_END = 15,
+       EVFS_EV_PART_PROGRESS = 11,
+       
+        EVFS_COMMAND_TYPE = 12,
+        EVFS_FILE_REFERENCE = 13,
+       EVFS_FILE_REFERENCE_PASSWORD = 14,
+       EVFS_FILE_REFERENCE_USERNAME = 15,
+        EVFS_COMMAND_END = 16,
 
        
        EVFS_EV_PART_END = 1000
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event_helper.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evfs_event_helper.h 18 Oct 2005 08:47:38 -0000      1.6
+++ evfs_event_helper.h 15 Nov 2005 11:41:14 -0000      1.7
@@ -5,3 +5,4 @@
 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);




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to