On Wed, 19 Aug 2009 13:07:10 -0300 Gustavo Sverzut Barbieri <[email protected]> said:
> On Wed, Aug 19, 2009 at 12:52 PM, Thiago Masaki<[email protected]> wrote: > > Well, my doxygen is now like this. > > > > /** > > * @brief Process object message signal queue > > * > > * @param obj The edje object reference. > > * > > * This function goes trough the message queue processing the messages. > > * > > */ > > > > edje_object_message_signal_process(Evas_Object *obj) > > > > Anyone disagree ? > > seems okay to me, just make sure it process all messages and not just > a single one. In this case I checked and the function process all > existing messages, but not new messages that might be introduced due > processed images. each object has a message queue. it is processed "when edje feels like it". normally at idle time, and not necessarily all messages. that call processes all messages in the message queue for that object. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
