Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs_plugin.h Log Message: * More migration to plugin-based vfolders. Vfolder plugins use a very restricted subset of the existing plugin api (basically just list), therefore in the interest of simplicity they do not re-use th existing file plugin system =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_plugin.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- evfs_plugin.h 12 Aug 2006 08:17:23 -0000 1.15 +++ evfs_plugin.h 12 Aug 2006 12:34:25 -0000 1.16 @@ -3,6 +3,8 @@ #include "evfs_client.h" +#define EVFS_PLUGIN_VFOLDER_URI "vfolder" + typedef struct evfs_plugin_functions_meta { Evas_List* (*evfs_file_meta_retrieve)(evfs_client* client, evfs_command* command); @@ -10,6 +12,7 @@ typedef struct evfs_plugin_functions_vfolder { + void (*evfs_vfolder_list)(evfs_filereference* ref, Ecore_List** list); } evfs_plugin_functions_vfolder; typedef struct evfs_plugin_functions ------------------------------------------------------------------------- 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