Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy_mime_engine.h notification_engine.h plugin_helper.h 


Log Message:
* Even more API rationalization.

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_mime_engine.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- entropy_mime_engine.h       24 Nov 2005 04:03:13 -0000      1.2
+++ entropy_mime_engine.h       1 Apr 2006 04:35:36 -0000       1.3
@@ -6,6 +6,6 @@
        char* executable;       
 } entropy_mime_action;
 
-char* entropy_mime_file_identify(Ecore_List* mime_plugins, 
entropy_generic_file* file);
+char* entropy_mime_file_identify(entropy_generic_file* file);
 
 #endif
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/notification_engine.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- notification_engine.h       28 Mar 2006 10:31:14 -0000      1.8
+++ notification_engine.h       1 Apr 2006 04:35:36 -0000       1.9
@@ -74,7 +74,7 @@
 void entropy_notify_event_destroy(entropy_notify_event* eevent);
 
 void entropy_notify_request_destroy_list(entropy_notification_engine* notify, 
Ecore_List* list);
-entropy_notify_event* 
entropy_notify_request_register(entropy_notification_engine* notify, void* 
requestor, int event_type, entropy_plugin* request_plugin, char* 
request_function, void* request_data,  Ecore_List* cleanup);
+entropy_notify_event* entropy_notify_request_register(void* requestor, int 
event_type, entropy_plugin* request_plugin, char* request_function, void* 
request_data,  Ecore_List* cleanup);
 void entropy_notify_event_callback_add(entropy_notify_event* event, void* cb, 
void* data);
 
 void entropy_notify_lock_loop(entropy_notification_engine* notify);
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_helper.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- plugin_helper.h     28 Mar 2006 10:31:14 -0000      1.10
+++ plugin_helper.h     1 Apr 2006 04:35:36 -0000       1.11
@@ -8,6 +8,8 @@
 char* entropy_plugin_plugin_identify(entropy_plugin* plugin);
 char* entropy_plugin_helper_toolkit_get(entropy_plugin* plugin);
 
+void entropy_plugin_thumbnail_request(entropy_gui_component_instance* 
requestor, entropy_generic_file* file, 
+                               void (*cb)());
 void entropy_plugin_filesystem_file_remove(entropy_generic_file* file, 
entropy_gui_component_instance*);
 int entropy_plugin_filesystem_file_copy(entropy_generic_file* source, char* 
dest, entropy_gui_component_instance* requester);
 void entropy_plugin_filesystem_directory_create(entropy_generic_file* file, 
char* dir);




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