Package: gobject

Function gobject:value-type-compatible

Lambda List

gobject:value-type-compatible (src dest)

Arguments

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

Return Value

True if the g:value-copy function is possible with src and dest.

Details

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

See also

2024-12-21