chickadee » dbus » dbus:poll-for-message

(dbus:poll-for-message #!key (bus dbus:session-bus) (timeout 0)) procedure

Check once whether any incoming DBus message is waiting on a particular bus, and if so, dispatch it to the appropriate callback (which you have previously registered using dbus:register-method or dbus:register-signal-handler). Returns #t if it received a message, #f if not.