Module containing all the D-Bus modules and classes.
MethodSignalRE | = | /^[A-Za-z][A-Za-z0-9_]*$/ | Regular expressions that should match all method names. | |
InterfaceElementRE | = | /^[A-Za-z][A-Za-z0-9_]*$/ | Regular expressions that should match all interface names. | |
SystemSocketName | = | "unix:path=/var/run/dbus/system_bus_socket" | Default socket name for the system bus. | |
BIG_END | = | ?B | Byte signifying big endianness. | |
LIL_END | = | ?l | Byte signifying little endianness. | |
HOST_END | = | if [0x01020304].pack("L").unpack("V")[0] == 0x01020304 | Byte signifying the host‘s endianness. |
raise DBus.error, "message" raise DBus.error("org.example.Error.SeatOccupied"), "Seat #{n} is occupied"