FilterMatch

Describes the known strictness of a filter.

Note that for filters where the strictness is not known, %GTK_FILTER_MATCH_SOME is always an acceptable value, even if a filter does match all or no items.

Entries

Link copied to clipboard

The filter matches some items, gtk_filter_match() may return true or false

Link copied to clipboard

The filter does not match any item, gtk_filter_match() will always return false.

Link copied to clipboard

The filter matches all items, gtk_filter_match() will alays return true.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.