Re: [PATCH wayland 1/2] doc: Clarify documentation about dispatching event queues

2012-10-19 Thread Kristian Høgsberg
On Fri, Oct 19, 2012 at 03:30:25PM +0300, Ander Conselvan de Oliveira wrote: > Clarify on what cases each of the dispatching functions may block, what > is the main thread and add some real world examples. > --- > > Hi Kristian, > > Hopefully I got it right this time. The documentation for > wl_d

[PATCH wayland 1/2] doc: Clarify documentation about dispatching event queues

2012-10-19 Thread Ander Conselvan de Oliveira
Clarify on what cases each of the dispatching functions may block, what is the main thread and add some real world examples. --- Hi Kristian, Hopefully I got it right this time. The documentation for wl_display_dispatch_pending() is pretty much a reword of your answer to my previous patch. Feel