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: 2.0.0
GValue * ags_parameter_find (GParameter *params
,guint n_params
,gchar *name
);
Find GValue matching name
.
params |
the GParameter |
|
n_params |
the count of |
|
name |
the string to match against name of |
Since: 2.0.0