Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy_gui.h notification_engine.h 


Log Message:
Added support for deleting a directory and update events for the same in 
structure_viewer and ewl_iconbox_local_viewer

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_gui.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- entropy_gui.h       20 Oct 2005 08:45:54 -0000      1.1
+++ entropy_gui.h       24 Oct 2005 03:10:23 -0000      1.2
@@ -7,6 +7,7 @@
 #define ENTROPY_GUI_EVENT_FILE_CHANGE "entropy_gui_event_file_change"          
              //A file change event
 #define ENTROPY_GUI_EVENT_FILE_CREATE "entropy_gui_event_file_create"          
              //A file change event
 #define ENTROPY_GUI_EVENT_FILE_REMOVE "entropy_gui_event_file_remove"          
              //A file change event
+#define ENTROPY_GUI_EVENT_FILE_REMOVE_DIRECTORY 
"entropy_gui_event_file_remove_directory"                            //A file 
change event
 #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
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/notification_engine.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- notification_engine.h       23 Oct 2005 01:05:48 -0000      1.2
+++ notification_engine.h       24 Oct 2005 03:10:23 -0000      1.3
@@ -11,6 +11,7 @@
        ENTROPY_NOTIFY_FILE_CHANGE,
        ENTROPY_NOTIFY_FILE_CREATE,
        ENTROPY_NOTIFY_FILE_REMOVE,
+       ENTROPY_NOTIFY_FILE_REMOVE_DIRECTORY,
        ENTROPY_NOTIFY_FILE_ACTION,
        ENTROPY_NOTIFY_FILE_STAT_EXECUTED,
        ENTROPY_NOTIFY_FILE_STAT_AVAILABLE




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to