Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy_generic.h plugin_helper.h 


Log Message:
* cruft--
* More api - this time for launching events.  This will become generic soon

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_generic.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- entropy_generic.h   2 Apr 2006 05:47:38 -0000       1.18
+++ entropy_generic.h   4 Apr 2006 00:06:07 -0000       1.19
@@ -8,7 +8,8 @@
 #define MIME_LENGTH 40
 #define FILENAME_LENGTH 255
 
-typedef struct entropy_generic_file entropy_generic_file;
+typedef struct entropy_generic_file entropy_generic_file; /*Deprecated*/
+typedef struct entropy_generic_file Entropy_Generic_File; /*New*/
 struct entropy_generic_file {
         char path[PATH_MAX];
         char filename[FILENAME_LENGTH];
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_helper.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- plugin_helper.h     3 Apr 2006 10:11:11 -0000       1.12
+++ plugin_helper.h     4 Apr 2006 00:06:07 -0000       1.13
@@ -18,4 +18,8 @@
 void entropy_plugin_operation_respond(long operation, int response);
 void entropy_plugin_filesystem_file_rename(entropy_generic_file* file, 
entropy_generic_file* dest);
 
+
+
+void entropy_event_stat_request(Entropy_Generic_File* file, 
entropy_gui_component_instance* instance);
+
 #endif




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