Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy_gui.h plugin_helper.h 


Log Message:
* Entropy list view actually works.  Also added a 'view' menu so you can pick 
your layout. Beware of warnings on directory change in list view.

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_gui.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- entropy_gui.h       16 Nov 2005 11:48:34 -0000      1.3
+++ entropy_gui.h       30 Dec 2005 06:47:31 -0000      1.4
@@ -15,5 +15,8 @@
 /*File copy/move etc progress event*/
 #define ENTROPY_GUI_EVENT_FILE_PROGRESS "entropy_gui_event_file_progress"
 
+void entropy_gui_component_instance_disable(entropy_gui_component_instance*);
+void entropy_gui_component_instance_enable(entropy_gui_component_instance*);
+
 #endif
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/plugin_helper.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- plugin_helper.h     22 Dec 2005 04:34:42 -0000      1.2
+++ plugin_helper.h     30 Dec 2005 06:47:31 -0000      1.3
@@ -4,6 +4,7 @@
 #include <Ecore.h>
 
 void entropy_thumbnailer_plugin_print(Ecore_Hash* mime_register);
-Ecore_List* entropy_plugins_type_get(int type);
+Ecore_List* entropy_plugins_type_get(int type, int subtype);
+char* entropy_plugin_plugin_identify(entropy_plugin* plugin);
 
 #endif




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to