[ CCode ( has_target = false ) ]
public delegate void PadUnlinkFunction (Pad pad, Object? parent)
Function signature to handle a unlinking the pad prom its peer.
The pad's lock is already held when the unlink function is called, so most pad functions cannot be called from within the callback.
pad |
the Pad that is linked. |
parent |
the parent of |