Function
GObjectparam_value_set_default
Declaration [src]
void
g_param_value_set_default (
GParamSpec* pspec,
GValue* value
)
Parameters
pspec
-
Type:
GParamSpec
A valid
GParamSpec
.The data is owned by the caller of the function. value
-
Type:
GValue
A
GValue
of correct type forpspec
; since 2.64, you can also pass an emptyGValue
, initialized withG_VALUE_INIT
.The data is owned by the caller of the function.