GParameter

The GParameter struct is an auxiliary structure used to hand parameter name/value pairs to g_object_newv().

More...

Members

Variables

name
const(char)* name;

the parameter name

value
GValue value;

the parameter value

Detailed Description

Deprecated: This type is not introspectable.