chickadee » dbus » dbus:register-method

(dbus:register-method context name msg-cb) procedure

Provide a handler (a method body) to be called when the current process receives a DBus message which matches the given context and the given method name. Start a SRFI-18 thread to poll for incoming messages (unless polling has been disabled on this bus).