Files
wireplumber/docs/rst/c_api/proxy_api.rst
George Kiagiadakis 06c0e44609 docs: remove :project: annotations for breathe
there is a breathe_default_project in conf.py.in that sets this
2021-06-08 17:12:26 +03:00

20 lines
287 B
ReStructuredText

.. _proxy_api:
PipeWire Proxy
==============
.. graphviz::
:align: center
digraph inheritance {
rankdir=LR;
GObject -> WpObject;
WpObject -> WpProxy;
}
.. doxygenstruct:: WpProxy
.. doxygenstruct:: _WpProxyClass
.. doxygengroup:: wpproxy
:content-only: