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: * Various event type changes =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- evfs.h 16 Nov 2005 11:48:53 -0000 1.28 +++ evfs.h 17 Nov 2005 08:01:56 -0000 1.29 @@ -179,8 +179,14 @@ Ecore_List* list; /*A list of evfs_filereference*/ }; +typedef enum evfs_progress_type { + EVFS_PROGRESS_TYPE_CONTINUE, + EVFS_PROGRESS_TYPE_DONE +} evfs_progress_type; + typedef struct evfs_event_progress { double file_progress; + evfs_progress_type type; } evfs_event_progress; //Would be good if this could be a union -> but evfs_command changes size :( */ =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event_helper.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- evfs_event_helper.h 15 Nov 2005 11:41:14 -0000 1.7 +++ evfs_event_helper.h 17 Nov 2005 08:01:56 -0000 1.8 @@ -5,4 +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); +void evfs_file_progress_event_create(evfs_client* client, evfs_command* command, double progress,evfs_progress_type type); ------------------------------------------------------- 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