Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_callback.h 


Log Message:
Export deleting callbacks by callback id.
Extend unit test coverage to intercept, notify, and various delete cases.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_callback.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_callback.h      8 Dec 2007 22:07:41 -0000       1.17
+++ ewl_callback.h      11 Dec 2007 03:42:51 -0000      1.18
@@ -165,6 +165,8 @@
                                                  unsigned int type,
                                                  void *event_data);
 void           ewl_callback_del_type(Ewl_Widget * w, unsigned int t);
+void           ewl_callback_del_cb_id(Ewl_Widget * w, unsigned int t,
+                                      int cb_id);
 void           ewl_callback_del(Ewl_Widget * w, unsigned int t,
                                 Ewl_Callback_Function f);
 void           ewl_callback_del_with_data(Ewl_Widget * w, unsigned int t,



-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to