mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
doxygen: Fix documentation typos
This commit is contained in:
parent
352ae22015
commit
b7303e2dd4
3 changed files with 8 additions and 7 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
* Note that even if a single object is requested, and not the entire list,
|
* Note that even if a single object is requested, and not the entire list,
|
||||||
* the terminating call will still be made.
|
* the terminating call will still be made.
|
||||||
*
|
*
|
||||||
* If an error occurs, the callback will be called without and information
|
* If an error occurs, the callback will be called without an information
|
||||||
* structure and eol set to a negative value..
|
* structure and eol set to a negative value..
|
||||||
*
|
*
|
||||||
* Data members in the information structures are only valid during the
|
* Data members in the information structures are only valid during the
|
||||||
|
|
|
||||||
|
|
@ -486,8 +486,8 @@ int pa_stream_cancel_write(
|
||||||
* data is not copied. If NULL, the data is copied into an internal
|
* data is not copied. If NULL, the data is copied into an internal
|
||||||
* buffer. The client may freely seek around in the output buffer. For
|
* buffer. The client may freely seek around in the output buffer. For
|
||||||
* most applications passing 0 and PA_SEEK_RELATIVE as arguments for
|
* most applications passing 0 and PA_SEEK_RELATIVE as arguments for
|
||||||
* offset and seek should be useful. Afte ther write call succeeded
|
* offset and seek should be useful. After the write call succeeded
|
||||||
* the write index will be a the position after where this chunk of
|
* the write index will be at the position after where this chunk of
|
||||||
* data has been written to.
|
* data has been written to.
|
||||||
*
|
*
|
||||||
* As an optimization for avoiding needless memory copies you may call
|
* As an optimization for avoiding needless memory copies you may call
|
||||||
|
|
@ -739,8 +739,9 @@ pa_operation *pa_stream_proplist_remove(pa_stream *s, const char *const keys[],
|
||||||
* 0.9.11 */
|
* 0.9.11 */
|
||||||
int pa_stream_set_monitor_stream(pa_stream *s, uint32_t sink_input_idx);
|
int pa_stream_set_monitor_stream(pa_stream *s, uint32_t sink_input_idx);
|
||||||
|
|
||||||
/** Return what has been set with pa_stream_set_monitor_stream()
|
/** Return the sink input index previously set with
|
||||||
* ebfore. \since 0.9.11 */
|
* pa_stream_set_monitor_stream().
|
||||||
|
* \since 0.9.11 */
|
||||||
uint32_t pa_stream_get_monitor_stream(pa_stream *s);
|
uint32_t pa_stream_get_monitor_stream(pa_stream *s);
|
||||||
|
|
||||||
PA_C_DECL_END
|
PA_C_DECL_END
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue