lua: fix PipewireObject api: s/set_params/set_param/ and cleanup

This commit is contained in:
George Kiagiadakis
2021-06-02 12:37:51 +03:00
parent 53fdc14d5d
commit 132de309cb
2 changed files with 12 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ contain the following methods:
:returns: the available parameters
:rtype: Iterator; the iteration items are `Spa Pod <lua_spa_pod>`_ objects
.. function:: PipewireObject.set_params(self, param_name, pod)
.. function:: PipewireObject.set_param(self, param_name, pod)
Binds :c:func:`wp_pipewire_object_set_param`