Function
GObjectparam_value_defaults
since: 2.0
Description
Checks whether value
contains the default value as specified in pspec
.
Available since: 2.0
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.