Function
GObjectparam_value_defaults
Declaration [src]
gboolean
g_param_value_defaults (
GParamSpec* pspec,
const 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
.The data is owned by the caller of the function.