[ CCode ( has_target = false ) ]
public delegate PadLinkReturn PadLinkFunction (Pad pad, Object? parent, Pad peer)
Function signature to handle a new link on the pad.
| pad |
the Pad that is linked. |
| parent |
the parent of |
| peer |
the peer Pad of the link |
|
the result of the link with the specified peer. |