Package: gobject
Function gobject:type-is-boxed
Lambda Listgobject:type-is-boxed (gtype) ArgumentsReturn ValueTrue 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