diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-13 21:49:28 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-13 21:50:32 +0900 |
| commit | b5999b88140eb437e87580848513dc1e74bc190b (patch) | |
| tree | b6c62904f056221b81653f17ae5f90957f5a0d6c /internal/pipewire/client.go | |
| parent | ebc67bb8ada03750eee60ab58c945b4745f22af1 (diff) | |
internal/pipewire: implement Core::RemoveId
This is emitted by the server when a proxy id is removed for any reason. Currently, the only path for this to be emitted is when a global object is destroyed while some proxy is still bound to it.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pipewire/client.go')
| -rw-r--r-- | internal/pipewire/client.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/pipewire/client.go b/internal/pipewire/client.go index 662a24a4..96beeba3 100644 --- a/internal/pipewire/client.go +++ b/internal/pipewire/client.go @@ -103,6 +103,8 @@ type Client struct { // Populated by [CoreBoundProps] events targeting [Client]. Properties SPADict `json:"props"` + + noRemove } func (client *Client) consume(opcode byte, files []int, unmarshal func(v any)) error { |
