Function Macro
GObjectTYPE_CHECK_VALUE_TYPE
since: 2.0
Declaration [src]
#define G_TYPE_CHECK_VALUE_TYPE (
value,
g_type
)
Description [src]
Checks if value
has been initialized to hold values
of type g_type
.
This macro should only be used in type implementations.
Available since: 2.0
This function is not directly available to language bindings.