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