Index
Modules:
pulseauto
.
API symbols
`$`:
pulseauto: `$`(iface: Interface): string
pulseauto: `$`(path: ObjectPath): string
pulseauto: `$`(sig: Signature): string
`()`:
pulseauto: `()`(meth: Method; args: varargs[DbusValue, asDBusValue]): DbusValue
`/`:
pulseauto: `/`(iface: Interface; name: string): Interface
`[]`:
pulseauto: `[]`(iface: Interface; name: string): Method
`{}`:
pulseauto: `{}`(iface: Interface; name: string): Method
getBus:
pulseauto: getBus(path: DbusValue): Bus
getPulseServerAddress:
pulseauto: getPulseServerAddress(path = lookupPath): DbusValue
Interface:
pulseauto: Interface
items:
pulseauto: items(value: DbusValue): DbusValue
Method:
pulseauto: Method
pairs:
pulseauto: pairs(value: DbusValue): tuple[key: DbusValue, val: DbusValue]
peer:
pulseauto: peer(iface: Interface; name: string): Interface
pulseauto:
pulseauto: pulseauto(level: string; client = "(mpd|pianobar)"; key = ""; value = ""; property = "application\.process\.binary")
toBool:
pulseauto: toBool(b: dbus_bool_t): bool
toJson:
pulseauto: toJson(value: DbusValue): JsonNode