Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        Edje.h edje_message_queue.c 


Log Message:


expose the ability to process the message queue any time :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/Edje.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- Edje.h      27 Jul 2004 19:05:46 -0000      1.35
+++ Edje.h      11 Sep 2004 02:41:23 -0000      1.36
@@ -195,7 +195,9 @@
   /* edje_message_queue.c */
   void         edje_object_message_send        (Evas_Object *obj, Edje_Message_Type 
type, int id, void *msg);
   void         edje_object_message_handler_set (Evas_Object *obj, void (*func) (void 
*data, Evas_Object *obj, Edje_Message_Type type, int id, void *msg), void *data);
-     
+   
+  void         edje_message_signal_process     (void);
+   
 #ifdef __cplusplus
 }
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_message_queue.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- edje_message_queue.c        24 Aug 2004 10:06:32 -0000      1.8
+++ edje_message_queue.c        11 Sep 2004 02:41:23 -0000      1.9
@@ -24,6 +24,12 @@
    _edje_message_cb_set(ed, func, data);
 }
 
+void
+edje_message_signal_process(void)
+{
+   _edje_message_queue_process();
+}
+
 static Evas_List *msgq = NULL;
 static Evas_List *tmp_msgq = NULL;
 
@@ -491,7 +497,7 @@
      }
    
    /* if the message queue filled again set a timer to expire in 0.0 sec */
-   /* to get the dle enterer to be run again */
+   /* to get the idle enterer to be run again */
    if (msgq)
      ecore_timer_add(0.0, _edje_dummy_timer, NULL);
 }




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to