Package: gobject

Function gobject:type-is-boxed

Lambda List

gobject:type-is-boxed (gtype)

Arguments

gtype -- a g:type-t type ID

Return Value

True if gtype is a "GBoxed" type.

Details

Checks whether gtype is a "GBoxed" type.

Examples

(g:type-is-boxed "GBoxed") => T
(g:type-is-boxed "GBytes") => T
(g:type-is-boxed "GApplication") => NIL    
 

See also

2025-03-25