(iface, member string, options ...MatchOption)
| 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 |
no outgoing calls