Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs_filereference.h evfs_metadata.h Added Files: evfs_metadata_db.h Log Message: * Add group icon hinting * Split out seeder to new file - create DB upgrade system =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_filereference.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- evfs_filereference.h 3 Feb 2006 23:12:13 -0000 1.5 +++ evfs_filereference.h 20 Jul 2006 15:15:41 -0000 1.6 @@ -44,6 +44,8 @@ char *username; /*The username/password pair (if any) required to hit this file */ char *password; + char* attach; /*Miscellaneous attached data to this file reference*/ + int fd; /*The file descriptor (if any) */ void *fd_p; } evfs_filereference; =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_metadata.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- evfs_metadata.h 20 Jul 2006 10:33:30 -0000 1.7 +++ evfs_metadata.h 20 Jul 2006 15:15:41 -0000 1.8 @@ -11,6 +11,7 @@ struct _evfs_metadata_group_header { char* name; char* description; + char* visualhint; }; typedef struct _evfs_metadata_group_header evfs_metadata_group_header; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs