[ CCode ( has_target = false ) ]
public delegate Iterator PadIterIntLinkFunction (Pad pad, Object? parent)
The signature of the internal pad link iterator function.
| pad |
The Pad to query. |
| parent |
the parent of |
|
a new Iterator that will iterate over all pads that are linked to the given pad on the inside of the parent element. the caller must call free after usage. |