system/dbus: dump method prints msgbuf

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-02-07 13:16:54 +09:00
parent 568d7758d5
commit 2e52191404
3 changed files with 9 additions and 11 deletions

View File

@@ -34,8 +34,8 @@ var posixUsername = regexp.MustCompilePOSIX("^[a-z_]([A-Za-z0-9_-]{0,31}|[A-Za-z
type appSeal struct {
// app unique ID string representation
id string
// dbus proxy message buffer retriever
dbusMsg func(f func(msgbuf []string))
// dump dbus proxy message buffer
dbusMsg func()
// freedesktop application ID
fid string