Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins/file


Modified Files:
        evfs_fs_vfolder.c 


Log Message:
* First working code for metadata file/group tagging

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/evfs_fs_vfolder.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evfs_fs_vfolder.c   16 Jul 2006 07:23:31 -0000      1.3
+++ evfs_fs_vfolder.c   16 Jul 2006 10:25:55 -0000      1.4
@@ -124,9 +124,21 @@
                   }
           } else {
                   char* group_name;
+                  char** list;
+                  int count;
+                  int i;
                   group_name = strstr(path + 1, "/") + 1;
+                  evfs_file_uri_path* path;
 
                   printf("Group name: %s\n", group_name);
+
+                  list = evfs_metadata_file_group_list(group_name, &count);
+
+                  for (i=0;i<count;i++) {
+                          path = evfs_parse_uri(list[i]);
+
+                          ecore_list_append(files, path->files[0]);
+                  }
           }
    }
                   




-------------------------------------------------------------------------
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