Function

BirbCustomFilterFunc

since: 0.3

Declaration

gboolean
(* BirbCustomFilterFunc) (
  GObject* item,
  gpointer data
)

Description [src]

User function that is called to determine if item should be put into a list or not.

Available since: 0.3

Parameters

item

Type: GObject

The item.

The data is owned by the caller of the function.
data

Type: gpointer

User supplied data.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE to keep the item in the list, or FALSE to ignore it.