MCPcopy Create free account
hub / github.com/godbus/dbus / AddMatchSignal

Method AddMatchSignal

object.go:16–16  ·  view source on GitHub ↗
(iface, member string, options ...MatchOption)

Source from the content-addressed store, hash-verified

14 Go(method string, flags Flags, ch chan *Call, args ...any) *Call
15 GoWithContext(ctx context.Context, method string, flags Flags, ch chan *Call, args ...any) *Call
16 AddMatchSignal(iface, member string, options ...MatchOption) *Call
17 RemoveMatchSignal(iface, member string, options ...MatchOption) *Call
18 GetProperty(p string) (Variant, error)
19 StoreProperty(p string, value any) error

Callers 6

clientProcessFunction · 0.65
AddSignalMethod · 0.65
TestObjectSignalHandlingFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 1

Objectobject.go

Calls

no outgoing calls

Tested by 4

clientProcessFunction · 0.52
AddSignalMethod · 0.52
TestObjectSignalHandlingFunction · 0.52