GtkStringFilterMatchMode

Specifies how search strings are matched inside text.

Values

ValueMeaning
EXACT0

The search string and text must match exactly.

SUBSTRING1

The search string must be contained as a substring inside the text.

PREFIX2

The text must begin with the search string.

Meta