Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // See set 'see' policy for NAME (--see=NAME) See []string `json:"see"` // Talk set 'talk' policy for NAME (--talk=NAME) Talk []string `json:"talk"` // Own set 'own' policy for NAME (--own=NAME) Own []string `json:"own"` // Call set RULE for calls on NAME (--call=NAME=RULE) Call map[string]string `json:"call"` // Broadcast set RULE for broadcasts from NAME (--broadcast=NAME=RULE) Broadcast map[string]string `json:"broadcast"` Log bool `json:"log,omitempty"` Filter bool `json:"filter"` }
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
Proxy holds references to a xdg-dbus-proxy process, and should never be copied. Once sealed, configuration changes will no longer be possible and attempting to do so will result in a panic.
func (*Proxy) Close ¶
Close closes the status file descriptor passed to xdg-dbus-proxy, causing it to stop.
Click to show internal directories.
Click to hide internal directories.