make_full
Description:
[ CCode ( returns_floating_reference = true ) ]
[ Version ( since = "1.20" ) ]
public static Element? make_full (string factoryname, string? first, ...)
[ Version ( since = "1.20" ) ]
public static Element? make_full (string factoryname, string? first, ...)
Create a new element of the type defined by the given element factory.
The supplied list of properties, will be passed at object construction.
Parameters:
factoryname |
a named factory to instantiate |
first |
name of first property |
... |
|
Returns:
new Element or |