The GParameter struct is an auxiliary structure used to hand parameter name/value pairs to g_object_newv(). const gchar *name; the parameter name GValue value; the parameter value
See Implementation
The GParameter struct is an auxiliary structure used to hand parameter name/value pairs to g_object_newv(). const gchar *name; the parameter name GValue value; the parameter value