Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy.h 


Log Message:
* New function to get the cached file reference to the parent folder of a file
* Only display the file in the list view on a 'file monitor create' event, if 
we are currently displaying its parent folder
* Return value fix in plugin_helper

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- entropy.h   21 Feb 2006 10:45:18 -0000      1.19
+++ entropy.h   4 Mar 2006 06:09:09 -0000       1.20
@@ -58,6 +58,7 @@
 
 
 /*File/File cache functions*/
+entropy_generic_file* 
entropy_core_parent_folder_file_get(entropy_generic_file* file);
 void entropy_core_file_cache_add_reference(char* md5);
 entropy_generic_file* entropy_core_uri_generic_file_retrieve(char* uri);
 void entropy_core_file_cache_add(char* md5, entropy_file_listener* listener);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to