internal/pipewire: implement Core::GetRegistry

This struct is entirely supported, so this change is very straightforward.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-11-25 08:34:19 +09:00
parent e77652bf89
commit 591637264a
6 changed files with 50 additions and 2 deletions

View File

@@ -14,4 +14,9 @@ var (
sendmsg00Message01Header string
//go:embed testdata/03-sendmsg00-message01-POD
sendmsg00Message01POD string
//go:embed testdata/04-sendmsg00-message02-header
sendmsg00Message02Header string
//go:embed testdata/05-sendmsg00-message02-POD
sendmsg00Message02POD string
)