aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/proxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/proxy.go')
-rw-r--r--dbus/proxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/proxy.go b/dbus/proxy.go
index 9f78648c..59b887d2 100644
--- a/dbus/proxy.go
+++ b/dbus/proxy.go
@@ -66,7 +66,7 @@ func (p *Proxy) String() string {
return "(unsealed dbus proxy)"
}
-func (p *Proxy) Bwrap() []string {
+func (p *Proxy) BwrapStatic() []string {
return p.bwrap.Args()
}