VteSelectionFunc

Specifies the type of a selection function used to check whether a cell has to be selected or not.

alias VteSelectionFunc = int function(VteTerminal* terminal, glong column, glong row, void* data)

Return Value

TRUE if cell has to be selected; FALSE if otherwise.