PadQueryFunction
Description:
[
CCode ( has_target =
false ) ]
public delegate bool PadQueryFunction (
Pad pad,
Query query)
The signature of the query function.
Parameters:
| pad |
the Pad to query. |
| query |
the Query object to execute |
Returns:
| TRUE if the query could be performed. |