mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
doc: drop two references to entities we don't include in doxygen
This commit is contained in:
parent
f47f85bbcb
commit
c9cab11a82
2 changed files with 2 additions and 2 deletions
|
|
@ -626,7 +626,7 @@ const struct pw_client_info *pw_impl_client_get_info(struct pw_impl_client *clie
|
|||
/** Update client properties
|
||||
*
|
||||
* \param client the client
|
||||
* \param dict a \struct spa_dict with properties
|
||||
* \param dict a struct spa_dict with properties
|
||||
*
|
||||
* Add all properties in \a dict to the client properties. Existing
|
||||
* properties are overwritten. Items can be removed by setting the value
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ extern "C" {
|
|||
* \section sec_overview Overview
|
||||
*
|
||||
* Media streams are used to exchange data with the PipeWire server. A
|
||||
* stream is a wrapper around a proxy for a \ref pw_client_node with
|
||||
* stream is a wrapper around a proxy for a pw_client_node with
|
||||
* an adapter. This means the stream will automatically do conversion
|
||||
* to the type required by the server.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue