Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy.h notification_engine.h 


Log Message:
* Multi-mime-actions part 2: Actions are now hooked up (try right click a 
file->open with..->()).  Note that this temporarily breaks the mime dialogs

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- entropy.h   16 Mar 2006 12:22:01 -0000      1.22
+++ entropy.h   18 Mar 2006 08:04:11 -0000      1.23
@@ -100,7 +100,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);
+Entropy_Config_Mime_Binding_Action* entropy_core_mime_hint_get(char* 
mime_type, int key);
 void entropy_core_mime_action_add(char* mime_type, char* action);
 
 /*Object Assocation*/
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/notification_engine.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- notification_engine.h       1 Feb 2006 11:48:21 -0000       1.6
+++ notification_engine.h       18 Mar 2006 08:04:11 -0000      1.7
@@ -49,6 +49,7 @@
        entropy_plugin* plugin;
        char* function;
        void* data;
+       int key;
 
        Ecore_List* cb_list;
        Ecore_List* cleanup_list;
@@ -63,7 +64,7 @@
 struct entropy_gui_event {
        char* event_type;
        void *data;
-
+       int key;
 };
 
 




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