# Functions
Call calls org.freedesktop.Introspectable.Introspect on a remote object and returns the introspection data.
Methods returns the description of the methods of v.
NewIntrospectable returns an Introspectable that returns the introspection data that corresponds to the given Node.
# Constants
The introspection data for the org.freedesktop.DBus.Introspectable interface, as a string.
XML document type declaration of the introspection format version 1.0.
# Variables
The introspection data for the org.freedesktop.DBus.Introspectable interface.
# Structs
Annotation is an annotation in the introspection format.
Arg represents an argument of a method or a signal.
Interface describes a DBus interface that is available on the message bus.
Method describes a Method on an Interface as returned by an introspection.
Node is the root element of an introspection.
Property describes a property of an Interface.
Signal describes a Signal emitted on an Interface.
# Type aliases
Introspectable implements org.freedesktop.Introspectable.