Top |
GParameter * ags_parameter_grow (GType object_type
,GParameter *params
,guint *n_params
,...
);
Grow parameter array of object_type
object. This function is mainly used to
prepare a GParameter array to instantiate a new GObject by using g_object_newv()
.
object_type |
the GType of the object's properties |
|
params |
the GParameter array |
|
n_params |
location to store new size |
|
... |
a |
Since: 0.3