mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 09:48:04 +02:00
Add the ability to construct an Interest argument without
using the Interest keyword, so instead of:
om:lookup(Interest { type = "session" })
we can now write:
om:lookup { type = "session" }
... and also remove lookup_filtered from ObjectManager
|
||
|---|---|---|
| .. | ||
| common | ||
| examples | ||
| modules | ||
| wp | ||
| wplua | ||
| meson.build | ||