Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        plugin_base.h plugin_helper.h 


Log Message:
* Plugin-finding API
* Etk-Iconbox first commit!

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_base.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- plugin_base.h       2 Apr 2006 05:47:38 -0000       1.6
+++ plugin_base.h       8 Apr 2006 08:13:36 -0000       1.7
@@ -38,6 +38,7 @@
 
        void* data; 
        char* toolkit;
+       char* name;
 
        struct {
                Entropy_Plugin* (*entropy_plugin_init)(entropy_core*);
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_helper.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- plugin_helper.h     4 Apr 2006 00:06:07 -0000       1.13
+++ plugin_helper.h     8 Apr 2006 08:13:36 -0000       1.14
@@ -18,7 +18,7 @@
 void entropy_plugin_operation_respond(long operation, int response);
 void entropy_plugin_filesystem_file_rename(entropy_generic_file* file, 
entropy_generic_file* dest);
 
-
+entropy_plugin* entropy_plugin_gui_get_by_name_toolkit(char* toolkit, char* 
name);
 
 void entropy_event_stat_request(Entropy_Generic_File* file, 
entropy_gui_component_instance* instance);
 




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