Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/demo


Modified Files:
        evfs_demo.c 


Log Message:
* File refernces owned by the server now have a reference to the server object
* Nested URIs now work - i.e. tar over posix, tar over samba etc
* More complete/correct URI parser, also allows for nesting
* Miscellaneous cleanups


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/demo/evfs_demo.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- evfs_demo.c 16 Oct 2005 10:09:05 -0000      1.13
+++ evfs_demo.c 26 Oct 2005 02:20:01 -0000      1.14
@@ -57,12 +57,12 @@
 
        con = evfs_connect(&callback);
 
-       path = evfs_parse_uri("posix:///dev/ttyS0");
+       //path = evfs_parse_uri("posix:///dev/ttyS0");
 
        
        //snprintf(pathi,1024,"posix://%s", getenv("HOME"));
        //snprintf(pathi,1024,"smb:///gown/MythVideos/musicvideos");
-       snprintf(pathi,1024,"posix:///opt/musicvideos/Boogie Pimps/Boogie Pimps 
- Somebody to Love.mpg");
+       snprintf(pathi,1024,"posix:///evfs/src/demo/test.tar#tar:///");
        
        
        printf ("Listing dir: %s\n", pathi);
@@ -73,9 +73,11 @@
        printf("Plugin uri is '%s', for path '%s'\n\n", 
dir_path->files[0]->plugin_uri, dir_path->files[0]->path);
 
        
-       /*evfs_monitor_add(con, dir_path->files[0]);*/
+       /*evfs_monitor_add(con, dir_path->files[0]);
 
-       evfs_client_file_copy(con, dir_path->files[0], NULL);
+       evfs_client_file_copy(con, dir_path->files[0], NULL);*/
+
+       evfs_client_dir_list(con, dir_path->files[0]);
 
        ecore_main_loop_begin();
        




-------------------------------------------------------
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
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to