[ CCode ( has_target = false ) ]
public delegate bool PadEventFunction (Pad pad, Object? parent, owned Event event)
Function signature to handle an event for the pad.
pad |
the Pad to handle the event. |
parent |
the parent of |
event |
the Event to handle. |
|