Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy_generic.h entropy_gui.h notification_engine.h 


Log Message:
* More work on filesystem operation response

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_generic.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- entropy_generic.h   1 Feb 2006 08:06:01 -0000       1.10
+++ entropy_generic.h   1 Feb 2006 11:48:21 -0000       1.11
@@ -72,6 +72,18 @@
        struct stat* stat_obj;
 };
 
+typedef enum entropy_user_interaction_response {
+       ENTROPY_USER_INTERACTION_RESPONSE_YES,
+       ENTROPY_USER_INTERACTION_RESPONSE_NO,
+       ENTROPY_USER_INTERACTION_RESPONSE_ABORT
+} entropy_user_interaction_response;
+
+typedef struct entropy_user_interaction entropy_user_interaction;
+struct entropy_user_interaction {
+       long id;
+       entropy_user_interaction_response response;
+};
+
        
 
 enum entropy_generic_file_type {
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_gui.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- entropy_gui.h       16 Jan 2006 11:17:31 -0000      1.6
+++ entropy_gui.h       1 Feb 2006 11:48:21 -0000       1.7
@@ -12,6 +12,7 @@
 #define ENTROPY_GUI_EVENT_ACTION_FILE "entropy_gui_event_action_file"          
              //Execute an action
 #define ENTROPY_GUI_EVENT_FILE_STAT   "entropy_gui_event_file_stat"            
              //Request a stat of a file
 #define ENTROPY_GUI_EVENT_FILE_STAT_AVAILABLE   
"entropy_gui_event_file_stat_available"                              //Request 
a stat of a file
+#define ENTROPY_GUI_EVENT_USER_INTERACTION_YES_NO_ABORT 
"entropy_gui_event_user_interaction_yes_no_abort"                    //User 
needs to respond in some way
 
 /*File copy/move etc progress event*/
 #define ENTROPY_GUI_EVENT_FILE_PROGRESS "entropy_gui_event_file_progress"
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/notification_engine.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- notification_engine.h       16 Nov 2005 11:48:34 -0000      1.5
+++ notification_engine.h       1 Feb 2006 11:48:21 -0000       1.6
@@ -15,7 +15,8 @@
        ENTROPY_NOTIFY_FILE_ACTION,
        ENTROPY_NOTIFY_FILE_STAT_EXECUTED,
        ENTROPY_NOTIFY_FILE_STAT_AVAILABLE,
-       ENTROPY_NOTIFY_FILE_PROGRESS
+       ENTROPY_NOTIFY_FILE_PROGRESS,
+       ENTROPY_NOTIFY_USER_INTERACTION_YES_NO_ABORT
 };
 
 typedef struct entropy_notification_engine entropy_notification_engine;




-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to