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