Package: gobject

Function gobject:type-is-fundamental

Lambda List

gobject:type-is-fundamental (gtype)

Arguments

gtype -- a g:type-t type ID

Return Value

True if gtype is a fundamental type.

Details

Checks if gtype is a fundamental type.

Examples

(g:type-is-fundamental "gboolean") => T
(g:type-is-fundamental "GObject") => T
(g:type-is-fundamental "GtkWidget") => NIL    
 

See also

2024-12-8