[ CCode ( cname = "peas_extension_set_newv" , has_construct_function = false ) ]
public ExtensionSet.newv (Engine? engine, Type exten_type, Parameter[] parameters)
Create a new ExtensionSet for the exten_type
extension type.
If engine
is null, then the default engine will be used.
Since libpeas 1.22, exten_type
can be an Abstract [[email protected]] and not just an Interface [[email protected]].
See [[email protected]] for more information.
engine |
A Engine, or null. |
exten_type |
the extension Type. |
parameters |
an array of Parameter. |
n_parameters |
the length of the |
a new instance of ExtensionSet. |