package
5.1.0
Repository: https://github.com/godbus/dbus.git
Documentation: pkg.go.dev

# Functions

Export returns a new Properties structure that manages the given properties.
New falls back to Export, but it returns nil if properties export fails, swallowing the error, shouldn't be used.

# Constants

The introspection data for the org.freedesktop.DBus.Properties interface, as a string.

# Variables

ErrIfaceNotFound is the error returned to peers who try to access properties on interfaces that aren't found.
ErrInvalidArg is returned to peers if the type of the property that is being changed and the argument don't match.
ErrPropNotFound is the error returned to peers trying to access properties that aren't found.
ErrReadOnly is the error returned to peers trying to set a read-only property.
The introspection data for the org.freedesktop.DBus.Properties interface.

# Structs

Change represents a change of a property by a call to Set.
Prop represents a single property.
Properties is a set of values that can be made available to the message bus using the org.freedesktop.DBus.Properties interface.

# Type aliases

EmitType controls how org.freedesktop.DBus.Properties.PropertiesChanged is emitted for a property.
Map is a helper type for supplying the configuration of properties to be handled.