Skip to content
Snippets Groups Projects
Commit bb78b6bb authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

doc: remove references to WpImplEndpoint that is now private

parent 4adf6105
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,6 @@ ...@@ -15,10 +15,6 @@
* *
* A #WpEndpoint is constructed internally when a new endpoint appears on the * A #WpEndpoint is constructed internally when a new endpoint appears on the
* PipeWire registry and it is made available through the #WpObjectManager API. * PipeWire registry and it is made available through the #WpObjectManager API.
*
* A #WpImplEndpoint allows implementing an endpoint and exporting it to
* PipeWire, which is done by augmenting the #WpImplEndpoint with
* %WP_PROXY_FEATURE_BOUND.
*/ */
#include "endpoint.h" #include "endpoint.h"
......
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
* that created them appears in the #WpObjectManager (as soon as its * that created them appears in the #WpObjectManager (as soon as its
* %WP_PROXY_FEATURE_BOUND is enabled) * %WP_PROXY_FEATURE_BOUND is enabled)
* * local PipeWire objects that are being exported to PipeWire * * local PipeWire objects that are being exported to PipeWire
* (#WpImplNode, #WpImplEndpoint, etc); these appear in the #WpObjectManager * (#WpImplNode, WpImplEndpoint [private], etc); these appear in the
* as soon as they are exported (so, when their %WP_PROXY_FEATURE_BOUND * #WpObjectManager as soon as they are exported (so, when their
* is enabled) * %WP_PROXY_FEATURE_BOUND is enabled)
* * WirePlumber-specific objects, such as WirePlumber factories * * WirePlumber-specific objects, such as WirePlumber factories
* *
* To start an object manager, you first need to declare interest in a certain * To start an object manager, you first need to declare interest in a certain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment