Package: gobject

Function g-value-type-compatible

Lambda List

g-value-type-compatible (src-type dest-type)

Arguments

src-type -- a g-type source type to be copied
dest-type -- a g-type destination type for copying

Return Value

True if g-value-copy is possible with src-type and dest-type.

Details

Returns whether a g-value instance of type src-type can be copied into a g-value instance of type dest-type.
 

See also

2021-4-8