Gjsify LogoGjsify Logo

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.

Index

Enumeration Members

Enumeration Members

ALL: number

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

NONE: number

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

SOME: number

The filter matches some items, gtk_filter_match() may return %TRUE or %FALSE

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method