Files
wireplumber/docs/rst/c_api/node_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

22 lines
383 B
ReStructuredText

.. _node_api:
PipeWire Node
=============
.. graphviz::
:align: center
digraph inheritance {
rankdir=LR;
GObject -> WpObject;
WpObject -> WpProxy;
WpProxy -> WpGlobalProxy;
WpGlobalProxy -> WpNode;
GInterface -> WpPipewireObject;
WpPipewireObject -> WpNode;
}
.. doxygenstruct:: WpNode
.. doxygengroup:: wpnode
:content-only: