[ Version ( since = "1.10" ) ]
public bool link_maybe_ghosting (Pad sink)
Links this to sink
, creating any GhostPad's
in between as necessary.
This is a convenience function to save having to create and add intermediate GhostPad's as required for linking across Bin boundaries.
If this or sink
pads don't have parent elements or do not share a common ancestor, the
link will fail.
this |
a Pad |
sink |
a Pad |
whether the link succeeded. |