mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 18:18:15 +02:00
docs: add WpSpaJson C API Documentation files
This commit is contained in:
parent
c4335afc51
commit
961771fb93
2 changed files with 23 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ C API Documentation
|
|||
c_api/impl_module_api.rst
|
||||
c_api/properties_api.rst
|
||||
c_api/spa_type_api.rst
|
||||
c_api/spa_json_api.rst
|
||||
c_api/spa_pod_api.rst
|
||||
c_api/plugin_api.rst
|
||||
c_api/component_loader_api.rst
|
||||
|
|
|
|||
22
docs/rst/c_api/spa_json_api.rst
Normal file
22
docs/rst/c_api/spa_json_api.rst
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.. _spa_json_api:
|
||||
|
||||
Spa Json
|
||||
========
|
||||
.. graphviz::
|
||||
:align: center
|
||||
|
||||
digraph inheritance {
|
||||
rankdir=LR;
|
||||
GBoxed -> WpSpaJson;
|
||||
GBoxed -> WpSpaJsonBuilder;
|
||||
GBoxed -> WpSpaJsonParser;
|
||||
}
|
||||
|
||||
.. doxygenstruct:: WpSpaJson
|
||||
|
||||
.. doxygenstruct:: WpSpaJsonBuilder
|
||||
|
||||
.. doxygenstruct:: WpSpaJsonParser
|
||||
|
||||
.. doxygengroup:: wpspajson
|
||||
:content-only:
|
||||
Loading…
Add table
Reference in a new issue