sync_message


Description:

public virtual signal void sync_message (Message message)

A message has been posted on the bus.

This signal is emitted from the thread that posted the message so one has to be careful with locking.

This signal will not be emitted by default, you have to call enable_sync_message_emission before.

Parameters:

message

the message that has been posted synchronously