get_single_internal_link
Description:
[
Version ( since =
"1.18" ) ]
public Pad?
get_single_internal_link ()
If there is a single internal link of the given pad, this function will return it.
Otherwise, it will return NULL.
Parameters:
this |
the Pad to get the internal link of.
|
Returns:
a Pad, or null if this has none or
more than one internal links. Unref returned pad with unref.
|