[ Version ( since = "2.12" ) ]
public virtual signal void bracket_matched (TextIter? iter, SourceBracketMatchType state)
iter
is set to a valid iterator pointing to the matching bracket if state
is
FOUND.
Otherwise iter
is meaningless.
The signal is emitted only when the state
changes, typically when the cursor moves.
A use-case for this signal is to show messages in a Statusbar.
iter |
if found, the location of the matching bracket. |
state |
state of bracket matching. |