diff options
Diffstat (limited to 'internal/app/seal.go')
| -rw-r--r-- | internal/app/seal.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/app/seal.go b/internal/app/seal.go index 228be5c9..155fafb3 100644 --- a/internal/app/seal.go +++ b/internal/app/seal.go @@ -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 |
