Function
GObjectparam_value_defaults
since: 2.0
Declaration [src]
gboolean
g_param_value_defaults (
GParamSpec* pspec,
const GValue* value
)
Description [src]
Checks whether value contains the default value as specified in pspec.
Available since: 2.0
Parameters
pspec-
Type:
GParamSpecA valid
GParamSpec.The data is owned by the caller of the function. value-
Type:
GValueA
GValueof correct type forpspec.The data is owned by the caller of the function.