bracket_matched
Description:
[ Version ( since = "2.12" ) ]
public virtual signal void bracket_matched (TextIter? iter, SourceBracketMatchType state)
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
gtk_source_bracket_match_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.
Parameters:
| iter |
if found, the location of the matching bracket. |
| state |
state of bracket matching. |