internal/pipewire: implement Core::GetRegistry
All checks were successful
Test / Create distribution (push) Successful in 38s
Test / Sandbox (push) Successful in 2m19s
Test / Hakurei (push) Successful in 3m13s
Test / Hpkg (push) Successful in 4m9s
Test / Sandbox (race detector) (push) Successful in 4m19s
Test / Hakurei (race detector) (push) Successful in 5m10s
Test / Flake checks (push) Successful in 1m28s

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
)