Value.typeTransformable

Check whether g_value_transform() is able to transform values of type @src_type into values of type @dest_type. Note that for the types to be transformable, they must be compatible and a transform function must be registered.

class Value
static
bool
typeTransformable

Parameters

srcType GType

Source type.

destType GType

Target type.

Return: %TRUE if the transformation is possible, %FALSE otherwise.

Meta