GParameter

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

struct GParameter {}

Members

Variables

name
char* name;
Undocumented in source.
value
GValue value;
Undocumented in source.

Meta