wireplumber/docs/rst/library/c_api/state_api.rst
Julian Bouzas 7718b6675a state: Add new WpStateMetadata class
This new class is similar to WpState, but also reflects the state into a
metadata object with the same name as the state file.
2026-05-01 10:40:43 -04:00

22 lines
358 B
ReStructuredText

.. _state_api:
State Storage
=============
.. graphviz::
:align: center
digraph inheritance {
rankdir=LR;
GObject -> WpState;
GObject -> WpObject -> WpStateMetadata;
}
.. doxygenstruct:: WpState
.. doxygengroup:: wpstate
:content-only:
.. doxygenstruct:: WpStateMetadata
.. doxygengroup:: wpstatemetadata
:content-only: