[pulseaudio-discuss] [PATCH] simple: Improve pa_simple_read() documentation

2013-10-03 Thread Tanu Kaskinen
There was a question in IRC about whether pa_simple_read() blocks or not. It's already documented on the simple API overview page, but it's good to say it also in the function reference. As a bonus, I added some words about the error handling as well. --- src/pulse/simple.h | 5 - 1 file

Re: [pulseaudio-discuss] [PATCH] simple: Improve pa_simple_read() documentation

2013-10-03 Thread Peter Meerwald
There was a question in IRC about whether pa_simple_read() blocks or not. It's already documented on the simple API overview page, but it's good to say it also in the function reference. As a bonus, I added some words about the error handling as well. pa_simple_new() already has a better