Value.typeTransformable

Check whether g_value_transform() is able to transform values of type src_type into values of type dest_type.

class Value
static
int
typeTransformable

Parameters

srcType GType

Source type.

destType GType

Target type.

Return Value

Type: int

TRUE if the transformation is possible, FALSE otherwise.

Meta