valueCanIntersect

fnbool valueCanIntersect(gobject.value.Value value1, gobject.value.Value value2)

Determines if intersecting two values will produce a valid result. Two values will produce a valid intersection if they have the same type.

Parameters

value1a value to intersect
value2another value to intersect

Returns

true if the values can intersect