mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
docs: fix ref
This commit is contained in:
parent
5cdf4d6c64
commit
862a0746e4
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ This triggers the `sync` method on the core object with id
|
||||||
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 returns 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 [error codes](spa-design.md#error-codes)).
|
helper objects (See also \ref page_spa_design ).
|
||||||
|
|
||||||
Because all messages on the PipeWire server are handled sequentially,
|
Because all messages on the PipeWire server are handled sequentially,
|
||||||
the sync method will be executed after all previous methods are
|
the sync method will be executed after all previous methods are
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue