# 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.