mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-14 20:28:08 +02:00
docs: add WpConf documentation page
This commit is contained in:
parent
4594f4b7e7
commit
da91c5d377
3 changed files with 18 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ C API Documentation
|
|||
c_api/plugin_api.rst
|
||||
c_api/component_loader_api.rst
|
||||
c_api/settings_api.rst
|
||||
c_api/conf_api.rst
|
||||
c_api/session_item_api.rst
|
||||
c_api/si_interfaces_api.rst
|
||||
c_api/si_factory_api.rst
|
||||
|
|
|
|||
16
docs/rst/c_api/conf_api.rst
Normal file
16
docs/rst/c_api/conf_api.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.. _conf_api:
|
||||
|
||||
Static Configuration
|
||||
====================
|
||||
.. graphviz::
|
||||
:align: center
|
||||
|
||||
digraph inheritance {
|
||||
rankdir=LR;
|
||||
GObject -> WpConf;
|
||||
}
|
||||
|
||||
.. doxygenstruct:: WpConf
|
||||
|
||||
.. doxygengroup:: wpconf
|
||||
:content-only:
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
sphinx_files += files(
|
||||
'client_api.rst',
|
||||
'component_loader_api.rst',
|
||||
'conf_api.rst',
|
||||
'core_api.rst',
|
||||
'device_api.rst',
|
||||
'global_proxy_api.rst',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue