mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 12:20:04 +01:00
23 lines
387 B
ReStructuredText
23 lines
387 B
ReStructuredText
.. _settings_api:
|
|
|
|
Settings
|
|
========
|
|
.. graphviz::
|
|
:align: center
|
|
|
|
digraph inheritance {
|
|
rankdir=LR;
|
|
GBoxed -> WpSettingsSpec;
|
|
GBoxed -> WpSettingsItem;
|
|
GObject -> WpObject;
|
|
WpObject -> WpSettings;
|
|
}
|
|
|
|
.. doxygenstruct:: WpSettingsSpec
|
|
|
|
.. doxygenstruct:: WpSettingsItem
|
|
|
|
.. doxygenstruct:: WpSettings
|
|
|
|
.. doxygengroup:: wpsettings
|
|
:content-only:
|