Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_metadata_db.h 


Log Message:
* Metadata will now be extracted for files placed in 'groups'.  I have yet to 
decide the scan algorithm we'll use to decide which files/locations will be 
'automatically' searched for metadata-containing files.  Open to suggestions :)

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_metadata_db.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evfs_metadata_db.h  21 Jul 2006 15:10:53 -0000      1.2
+++ evfs_metadata_db.h  22 Jul 2006 16:12:46 -0000      1.3
@@ -5,4 +5,7 @@
 void evfs_metadata_db_init(sqlite3** db);
 int evfs_metadata_db_version_bump(sqlite3* db, char* ver);
 
+int evfs_metadata_db_id_for_file(sqlite3* db, evfs_filereference* ref, int 
create);
+void evfs_metadata_db_file_keyword_add(sqlite3* db, int file, char* key, char* 
value);
+
 #endif



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

Reply via email to