mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
doc: tutorial3: change "returns value" to "return value"
This commit is contained in:
parent
cb3e625fa8
commit
1db52856ff
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ This triggers the `sync` method on the core object with id
|
||||||
`PW_ID_CORE` and sequence number 0.
|
`PW_ID_CORE` and sequence number 0.
|
||||||
|
|
||||||
Because this is a method on a proxy object, it will be executed
|
Because this is a method on a proxy object, it will be executed
|
||||||
asynchronously and the returns value will reflect this. PipeWire
|
asynchronously and the return value will reflect this. PipeWire
|
||||||
uses the return values of the underlying SPA (Simple Plugin API)
|
uses the return values of the underlying SPA (Simple Plugin API)
|
||||||
helper objects (See also \ref page_spa_design ).
|
helper objects (See also \ref page_spa_design ).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue