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

39 lines
750 B
ReStructuredText

.. _si_interfaces_api:
Session Items Interfaces
========================
.. graphviz::
:align: center
digraph inheritance {
rankdir=LR;
GInterface -> WpSiEndpoint;
GInterface -> WpSiAdapter;
GInterface -> WpSiLinkable;
GInterface -> WpSiLink;
GInterface -> WpSiAcquisition;
}
.. doxygenstruct:: WpSiEndpoint
.. doxygenstruct:: _WpSiEndpointInterface
.. doxygenstruct:: WpSiAdapter
.. doxygenstruct:: _WpSiAdapterInterface
.. doxygenstruct:: WpSiLinkable
.. doxygenstruct:: _WpSiLinkableInterface
.. doxygenstruct:: WpSiLink
.. doxygenstruct:: _WpSiLinkInterface
.. doxygenstruct:: WpSiAcquisition
.. doxygenstruct:: _WpSiAcquisitionInterface
.. doxygengroup:: wpsiinterfaces
:content-only: