mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Add create_link message
Add create_link for completeness Add some more docs
This commit is contained in:
parent
6a3b5b1bf7
commit
e48c361a66
12 changed files with 329 additions and 64 deletions
|
|
@ -47,6 +47,16 @@ extern "C" {
|
|||
* The most convenient way to deal with the asynchronous calls is probably
|
||||
* with the thread loop (See \subpage page_thread_loop for more details).
|
||||
*
|
||||
* \subsection ssec_client_api_context_proxy Proxy
|
||||
*
|
||||
* Proxies are client side representations of server side resources. They
|
||||
* allow communication between client and server objects.
|
||||
*
|
||||
* The context maintains a list of all proxies, including a core proxy
|
||||
* object and a registry object.
|
||||
*
|
||||
* See also \subpage page_proxy
|
||||
*
|
||||
* \section sec_client_api_context Context
|
||||
*
|
||||
* \subsection ssec_context_create Create
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue