[ Version ( deprecated = true , deprecated_since = "2.54" ) ]
public static Object newv (Type type, Parameter[] parameters)
Warning: newv is deprecated since 2.54.
Creates a new instance of a Object subtype and sets its properties.
Use new_with_properties instead. deprecated. See Parameter for more information.
Construction parameters (see g_param_construct, g_param_construct_only ) which are not explicitly specified are set to their default values.
parameters |
an array of Parameter |
n_parameters |
the length of the |
object_type |
the type id of the Object subtype to instantiate |
a new instance of |