Bus.addOnMessage

A message has been posted on the bus. This signal is emitted from a GSource added to the mainloop. this signal will only be emitted when there is a mainloop running.

class Bus
gulong
addOnMessage
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)