Class

BirbFilter

since: 0.2

Description [src]

class Birb.Filter : GObject.Object
{
  /* No available fields */
}

A BirbFilter is used to check if an item matches the filter.

Available since: 0.2

Ancestors

Descendants

Instance methods

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

Birb.Filter::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 BirbFilterClass {
  gboolean (* matches) (
    BirbFilter* filter,
    GObject* item
  );
  
}

No description available.

Class members
matches: gboolean (* matches) ( BirbFilter* filter, GObject* item )

No description available.

Virtual methods

Birb.FilterClass.matches

Checks if item matches what filter is looking for.

since: 0.2