wireplumber/modules/module-lua-scripting
George Kiagiadakis fc5aa7db1f lua: rename Plugin() to Plugin.find()
Plugin() is confusing because it's not a constructor, it just finds
an existing instance of a plugin object. All other camel-case
functions are constructors in the current lua API.
2021-05-07 11:53:47 +03:00
..
api.c lua: rename Plugin() to Plugin.find() 2021-05-07 11:53:47 +03:00
api.lua lua: rename Plugin() to Plugin.find() 2021-05-07 11:53:47 +03:00
config.c lua: remove the ability to specify spa_libs in the lua config 2021-04-22 17:44:17 +03:00
gresource.xml modules: implement module-lua-scripting 2020-12-20 18:10:22 +02:00
pod.c lua/pod: don't crash on parsing objects with unknown keys, just ignore them 2021-03-01 17:57:32 +02:00
require.c lua: add a Core.require_api() utility function 2021-04-09 15:52:17 +03:00