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.