Skip to content

plugin: add name property

Julian Bouzas requested to merge julian/wireplumber:plugin-name into master

Adds a name property in the WpPlugin class. This allows users to find a plugin by name, and emit action signals on it if they implement such signals.

Merge request reports