Class

BirbCustomFilter

since: 0.3

Description [src]

final class Birb.CustomFilter : Birb.Filter {
  /* No available fields */
}

A BirbFilter that uses a BirbCustomFilterFunc to determine which items should be kept.

Available since: 0.3

Ancestors

Constructors

birb_custom_filter_new

Creates a new filter using match_func to determine what to filter.

since: 0.3

Instance methods

birb_custom_filter_set_filter_func

Sets a new matching function for filter.

since: 0.3

Methods inherited from BirbFilter (2)
birb_filter_changed

Emits BirbFilter::changed.

since: 0.2

birb_filter_matches

Checks if item matches what filter is looking for.

since: 0.2

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from BirbFilter (1)
BirbFilter::changed

Emitted when the filter changes in a way that filter should be performed again.

since: 0.1

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct BirbCustomFilterClass {
  BirbFilterClass parent_class;
  
}
No description available.
Class members
parent_class: BirbFilterClass
No description available.