Versions in this module Expand all Collapse all v2 v2.0.0 Jun 23, 2025 Changes in this version + type BusObject struct + func NewBusObject(t mockConstructorTestingTNewBusObject) *BusObject + func (_m *BusObject) AddMatchSignal(iface string, member string, options ...dbus.MatchOption) *dbus.Call + func (_m *BusObject) Call(method string, flags dbus.Flags, args ...interface{}) *dbus.Call + func (_m *BusObject) CallWithContext(ctx context.Context, method string, flags dbus.Flags, args ...interface{}) *dbus.Call + func (_m *BusObject) Destination() string + func (_m *BusObject) GetProperty(p string) (dbus.Variant, error) + func (_m *BusObject) Go(method string, flags dbus.Flags, ch chan *dbus.Call, args ...interface{}) *dbus.Call + func (_m *BusObject) GoWithContext(ctx context.Context, method string, flags dbus.Flags, ch chan *dbus.Call, ...) *dbus.Call + func (_m *BusObject) Path() dbus.ObjectPath + func (_m *BusObject) RemoveMatchSignal(iface string, member string, options ...dbus.MatchOption) *dbus.Call + func (_m *BusObject) SetProperty(p string, v interface{}) error + func (_m *BusObject) StoreProperty(p string, value interface{}) error + type IConn struct + Sig chan<- *dbus.Signal + func NewIConn(t mockConstructorTestingTNewIConn) *IConn + func (_m *IConn) AddMatchSignal(options ...dbus.MatchOption) error + func (_m *IConn) Close() error + func (_m *IConn) Signal(ch chan<- *dbus.Signal)