Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy.h entropy_core.h entropy_mime_engine.h 
Added Files:
        ewl_mime_dialog.h 


Log Message:
* Work on the MIME engine

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- entropy.h   21 Nov 2005 11:50:54 -0000      1.8
+++ entropy.h   24 Nov 2005 04:03:13 -0000      1.9
@@ -72,11 +72,13 @@
 void entropy_core_selected_files_clear();
 
 /*Config functions*/
+void entropy_core_config_load();
 char* entropy_core_home_dir_get();
 char* entropy_thumbnail_dir_get();
 int entropy_config_int_get(char* module, char* key);
 void entropy_config_int_set(char* module, char* key, int value);
 
+
 /*Global layout object functions*/
 entropy_gui_component_instance* entropy_core_global_layout_get(entropy_core* 
core);
 
@@ -87,6 +89,7 @@
 void* entropy_malloc(size_t);
 void entropy_free(void* ref);
 char* entropy_core_descent_for_mime_get(entropy_core*, char*);
+entropy_mime_action* entropy_core_mime_hint_get(char* mime_type);
 
 /*Logging stuff*/
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_core.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- entropy_core.h      28 Oct 2005 22:33:36 -0000      1.2
+++ entropy_core.h      24 Nov 2005 04:03:13 -0000      1.3
@@ -28,6 +28,8 @@
        Ecore_List* selected_files;
        Ecore_Hash* descent_hash;
 
+       Ecore_Hash* mime_action_hint;
+
        
 
        char* user_home_dir;
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_mime_engine.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- entropy_mime_engine.h       20 Oct 2005 08:45:54 -0000      1.1
+++ entropy_mime_engine.h       24 Nov 2005 04:03:13 -0000      1.2
@@ -1,8 +1,11 @@
 #ifndef _ENTROPY_MIME_ENGINE_H_
 #define _ENTROPY_MIME_ENGINE_H_
-
 #include "entropy.h"
 
+typedef struct entropy_mime_action {
+       char* executable;       
+} entropy_mime_action;
+
 char* entropy_mime_file_identify(Ecore_List* mime_plugins, 
entropy_generic_file* file);
 
 #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