Versions in this module Expand all Collapse all v1 v1.0.0 Sep 8, 2016 Changes in this version + const IntrospectDataString + const IntrospectDeclarationString + var IntrospectData = Interface + type Annotation struct + Name string + Value string + type Arg struct + Direction string + Name string + Type string + type Interface struct + Annotations []Annotation + Methods []Method + Name string + Properties []Property + Signals []Signal + type Introspectable string + func NewIntrospectable(n *Node) Introspectable + func (i Introspectable) Introspect() (string, *dbus.Error) + type Method struct + Annotations []Annotation + Args []Arg + Name string + func Methods(v interface{}) []Method + type Node struct + Children []Node + Interfaces []Interface + Name string + XMLName xml.Name + func Call(o dbus.BusObject) (*Node, error) + type Property struct + Access string + Annotations []Annotation + Name string + Type string + type Signal struct + Annotations []Annotation + Args []Arg + Name string Incompatible versions in this module v5.0.1+incompatible Nov 15, 2023 v5.0.0+incompatible Sep 8, 2016 v4.0.0+incompatible Apr 8, 2016