docs: fix ref

This commit is contained in:
Wim Taymans 2022-07-20 15:48:41 +02:00
parent 5cdf4d6c64
commit 862a0746e4

View file

@ -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