package
4.1.0+incompatible
Repository: https://github.com/pymq/dbus.git
Documentation: pkg.go.dev

# Functions

New returns a new Properties structure that manages the given properties.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
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.