Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/common Modified Files: evfs_event_helper.c Log Message: * Indenting * More work on evfs_operation =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_event_helper.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- evfs_event_helper.c 27 Dec 2005 11:44:37 -0000 1.16 +++ evfs_event_helper.c 31 Jan 2006 06:33:57 -0000 1.17 @@ -74,15 +74,10 @@ event->progress->file_from = strdup(event_command->file_command.files[0]->path); event->progress->file_to = strdup(event_command->file_command.files[1]->path); - - - evfs_write_event(client, root_command, event); - /*Now destroy*/ evfs_cleanup_event(event); - } @@ -109,3 +104,13 @@ evfs_cleanup_event(event); } +void evfs_operation_event_create(evfs_client* client, evfs_command* command, evfs_operation* op) { + evfs_event* event = NEW(evfs_event); + event->type = EVFS_EV_OPERATION; + evfs_write_event(client, command, event); + + + /*Destroy*/ + evfs_cleanup_event(event); +} + ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs