Type Alias GParameter

Source
pub type GParameter = _GParameter;
Expand description

GParameter: @name: the parameter name @value: the parameter value

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

Deprecated: 2.54: This type is not introspectable.

Aliased Type§

struct GParameter {
    pub name: *const i8,
    pub value: _GValue,
}

Fields§

§name: *const i8§value: _GValue