Signal detail or null (default)
signal callback delegate or function to connect
void callback(string name, gtk.level_bar.LevelBar levelBar)
name the name of the offset that changed value (optional)
levelBar 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 OffsetChanged signal.
Emitted when an offset specified on the bar changes value as an effect to gtk.level_bar.LevelBar.addOffsetValue being called.
The signal supports detailed connections; you can connect to the detailed signal "changed::x" in order to only receive callbacks when the value of offset "x" changes.