Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/demo Modified Files: evfs_demo.c Log Message: * First step of metadata write support =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/demo/evfs_demo.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- evfs_demo.c 24 Jun 2006 16:59:02 -0000 1.29 +++ evfs_demo.c 25 Jun 2006 10:18:07 -0000 1.30 @@ -147,6 +147,8 @@ 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"); + } else if (!strcmp(cmd, "METAGET")) { + evfs_client_metadata_string_file_get(con, dir_path->files[0], "entropy_folder_preference"); } 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