iterate_internal_links_default
Description:
public static Iterator?
iterate_internal_links_default (
Pad pad,
Object? parent)
Invoke the default iterate internal links function of the proxy pad.
Parameters:
pad |
the Pad to get the internal links of.
|
parent |
the parent of pad or null
|
Returns:
a Iterator of Pad,
or null if pad has no parent. Unref each returned pad with
unref.
|