[ CCode ( instance_pos = 1.9 ) ]
public delegate bool FilterCollectionFunc (Object object)
A function which is called by [class@FilterCollection] in order to determine whether an object should show through the filter or not.
object |
object to filter |
user_data |
user data passed to the callback |
true if an object should be included in the filtered collection |