API Version: 4.0
Library Version: 4.2.0
enum Gtk.StringFilterMatchMode
Specifies how search strings are matched inside text.
GTK_STRING_FILTER_MATCH_MODE_EXACT
The search string and text must match exactly.
GTK_STRING_FILTER_MATCH_MODE_SUBSTRING
The search string must be contained as a substring inside the text.
GTK_STRING_FILTER_MATCH_MODE_PREFIX
The text must begin with the search string.