filter


Description:

[ Version ( since = "3.26" ) ]
public virtual signal bool filter (Source source)

A filter signal which verifies whether the source can be considered for inclusion in the watcher or not.

If none is set then all the sources are included.

Parameters:

source

the Source to filter

Returns:

true, when the source can be included, false otherwise.