Module: Gtk::FilterMatch

Defined in:
(unknown)

Constant Summary collapse

SOME =

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

0 or :some
NONE =

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

1 or :none
ALL =

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

2 or :all