Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotation ¶
Annotation is a D-Bus annotation.
type Interface ¶
type Interface struct {
Name string
Methods []*Method
Properties []*Property
Signals []*Signal
Annotations []*Annotation
}
Interface is a D-Bus interface.
type Method ¶
type Method struct {
Name string
In []*Arg
Out []*Arg
Annotations []*Annotation
}
Method is a D-Bus method.
type Property ¶
type Property struct {
Name string
Arg *Arg
Read bool
Write bool
Annotations []*Annotation
}
Property is a D-Bus property.
type Signal ¶
type Signal struct {
Name string
Args []*Arg
Annotations []*Annotation
}
Signal is a D-Bus signal.
Click to show internal directories.
Click to hide internal directories.