Struct
GObjectParameter
deprecated: 2.54
Description [src]
struct GParameter {
const gchar* name;
GValue value;
}
The GParameter struct is an auxiliary structure used to hand parameter name/value pairs to g_object_newv().
Structure members
name
The parameter name.
value
The parameter value.
Deprecated since: 2.54.
This type is not introspectable.