Value.typeCompatible

Returns whether a gobject.Value of type src_type can be copied into a gobject.Value of type dest_type.

class Value
static
bool
typeCompatible

Parameters

srcType GType

source type to be copied.

destType GType

destination type for copying.

Return Value

Type: bool

TRUE if Value.copy is possible with src_type and dest_type.