Method

BirbFiltermatches

since: 0.2

Declaration [src]

gboolean
birb_filter_matches (
  BirbFilter* filter,
  GObject* item
)

Description [src]

Checks if item matches what filter is looking for.

Available since: 0.2

Parameters

item

Type: GObject

The item.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the item matches, otherwise FALSE.