Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/demo


Modified Files:
        evfs_demo.c 


Log Message:
* Yet more metadata work

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/demo/evfs_demo.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- evfs_demo.c 23 Apr 2006 14:25:36 -0000      1.28
+++ evfs_demo.c 24 Jun 2006 16:59:02 -0000      1.29
@@ -145,6 +145,8 @@
           evfs_client_file_stat(con, dir_path->files[0]);
    } else if (!strcmp(cmd, "META")) {
           evfs_client_metadata_retrieve(con, dir_path->files[0]);
+   } else if (!strcmp(cmd, "METASET")) {
+          evfs_client_metadata_string_file_set(con, dir_path->files[0], 
"entropy_folder_preference", "icon");
    }
    ecore_main_loop_begin();
    evfs_disconnect(con);



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to