Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        notification_engine.h 


Log Message:
* Create the concept of 'bulk event commit'.  Should make directory changes 
faster

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/notification_engine.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- notification_engine.h       24 Oct 2005 03:10:23 -0000      1.3
+++ notification_engine.h       27 Oct 2005 12:12:22 -0000      1.4
@@ -80,6 +80,7 @@
 void entropy_notify_lock_loop(entropy_notification_engine* notify);
 void entropy_notify_unlock_loop(entropy_notification_engine* notify);
 void entropy_notify_event_commit(entropy_notification_engine* engine, 
entropy_notify_event* ev);
+void entropy_notify_event_bulk_commit(entropy_notification_engine* engine, 
Ecore_List* events);
 void entropy_notify_event_cleanup_add(entropy_notify_event* event, void* obj);
 
 




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