Function
GObjectparam_value_is_valid
since: 2.74
Declaration [src]
gboolean
g_param_value_is_valid (
  GParamSpec* pspec,
  const GValue* value
)
Description [src]
Return whether the contents of value comply with the specifications
set out by pspec.
Available since: 2.74
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.