mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 21:48:31 +02:00
docs: fix warnings related to recent policy-dsp changes
- remove dsp.rst, since it's empty and not in the toctree - fix g-i function param annotation
This commit is contained in:
parent
69ed77042f
commit
ffd6c0dfb9
3 changed files with 1 additions and 8 deletions
|
|
@ -1,6 +0,0 @@
|
|||
.. _config_dsp:
|
||||
|
||||
DSP configuration
|
||||
==================
|
||||
|
||||
This is an empty page
|
||||
|
|
@ -5,7 +5,6 @@ sphinx_files += files(
|
|||
'config_lua.rst',
|
||||
'multi_instance.rst',
|
||||
'alsa.rst',
|
||||
'dsp.rst',
|
||||
'bluetooth.rst',
|
||||
'policy.rst',
|
||||
'access.rst',
|
||||
|
|
|
|||
|
|
@ -272,7 +272,7 @@ wp_impl_module_load (WpCore * core, const gchar * name,
|
|||
* \since 0.4.15
|
||||
* \param core (transfer none): The WirePlumber core
|
||||
* \param name (transfer none): the name of the module to load
|
||||
* \param file (transfer none): filename to be used as arguments
|
||||
* \param filename (transfer none): filename to be used as arguments
|
||||
* \param properties (nullable) (transfer none): additional properties to be
|
||||
* provided to the module
|
||||
* \returns (nullable) (transfer full): the WpImplModule for the module that
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue