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
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.