Pad.from_template
Description:
[ CCode ( has_construct_function = false , returns_floating_reference = true ) ]
public Pad.from_template (PadTemplate templ, string? name)
public Pad.from_template (PadTemplate templ, string? name)
Creates a new pad with the given name from the given template.
If name is null
, a guaranteed unique name (across all pads) will be assigned. This function makes a copy of the name so you can
safely free the name.
Parameters:
templ |
the pad template to use |
name |
the name of the pad |
Returns:
a new Pad. |