Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy.h entropy_core.h plugin_helper.h 


Log Message:
* Check in DND code I've been holding back on until ewld_dnd is in

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- entropy.h   6 Dec 2005 09:56:10 -0000       1.12
+++ entropy.h   22 Dec 2005 04:34:42 -0000      1.13
@@ -40,7 +40,7 @@
 entropy_plugin* entropy_plugin_layout_register(entropy_plugin* plugin);
 int entropy_core_plugin_type_get(entropy_plugin* plugin);
 int entropy_core_plugin_sub_type_get(entropy_plugin* plugin);
-entropy_plugin* entropy_plugins_type_get_first(Ecore_List* plugins, int type, 
int subtype);
+entropy_plugin* entropy_plugins_type_get_first(int type, int subtype);
 void entropy_core_layout_register(entropy_core* core, 
entropy_gui_component_instance* comp);
 entropy_thumbnail* entropy_thumbnail_create(entropy_generic_file* e_file);
 
@@ -94,6 +94,11 @@
 entropy_mime_action* entropy_core_mime_hint_get(char* mime_type);
 void entropy_core_mime_action_add(char* mime_type, char* action);
 
+/*Object Assocation*/
+void entropy_core_object_file_associate(void* object, entropy_generic_file* 
file);
+void entropy_core_object_file_disassociate(void* object);
+entropy_generic_file* entropy_core_object_file_association_get(void* object);
+
 
 /*Logging stuff*/
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_core.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- entropy_core.h      24 Nov 2005 04:03:13 -0000      1.3
+++ entropy_core.h      22 Dec 2005 04:34:42 -0000      1.4
@@ -27,7 +27,7 @@
 
        Ecore_List* selected_files;
        Ecore_Hash* descent_hash;
-
+       Ecore_Hash* object_associate_hash;
        Ecore_Hash* mime_action_hint;
 
        
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/plugin_helper.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- plugin_helper.h     20 Oct 2005 08:45:54 -0000      1.1
+++ plugin_helper.h     22 Dec 2005 04:34:42 -0000      1.2
@@ -4,6 +4,6 @@
 #include <Ecore.h>
 
 void entropy_thumbnailer_plugin_print(Ecore_Hash* mime_register);
-Ecore_List* entropy_plugins_type_get(Ecore_List* plugins, int type);
+Ecore_List* entropy_plugins_type_get(int type);
 
 #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