Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_event.h evfs_event_helper.h 


Log Message:
* file_monitor event -> eet_edd.  This should become a filereference

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evfs_event.h        9 Feb 2006 11:54:53 -0000       1.8
+++ evfs_event.h        4 Mar 2006 05:48:33 -0000       1.9
@@ -47,8 +47,10 @@
    EVFS_FILE_REFERENCE_FD = 17,
 
    EVFS_EV_PART_OPERATION = 18,
-   EVFS_COMMAND_END = 19,
-   EVFS_COMMAND_PART_OPERATION = 20,
+   EVFS_EV_PART_FILE_MONITOR = 19,
+   
+   EVFS_COMMAND_END = 20,
+   EVFS_COMMAND_PART_OPERATION = 21,
 
    EVFS_EV_PART_END = 1000
 } evfs_eventpart;
@@ -88,6 +90,7 @@
    char *plugin;
    char *filename;
    int filename_len;
+   int filetype;
 };
 
 typedef struct evfs_event_stat evfs_event_stat;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event_helper.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- evfs_event_helper.h 2 Mar 2006 06:11:08 -0000       1.14
+++ evfs_event_helper.h 4 Mar 2006 05:48:33 -0000       1.15
@@ -7,7 +7,7 @@
 #include "evfs.h"
 
 void evfs_file_monitor_event_create(evfs_client * client, int type,
-                                    const char *pathi, const char *plugin);
+                                    const char *pathi, int filetype, const 
char *plugin);
 void evfs_stat_event_create(evfs_client * client, evfs_command * command,
                             struct stat *stat_obj);
 void evfs_list_dir_event_create(evfs_client * client, evfs_command * command,




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