Package: gobject

Function g-type-is-fundamental

Lambda List

g-type-is-fundamental (gtype)

Arguments

gtype -- a g-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

2020-11-13