Signal detail or null (default)
signal callback delegate or function to connect
void callback(gst.message.Message message, gst.bus.Bus bus)
message the message that has been posted synchronously (optional)
bus the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to SyncMessage signal.
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 gst.bus.Bus.enableSyncMessageEmission before.