Package: gobject

Function g-type-is-value-type

Lambda List

g-type-is-value-type (gtype)

Arguments

gtype -- a g-type ID

Return Value

True if gtype is a value type.

Details

Checks if gtype is a value type and can be used with the function g-value-init.

Examples

(g-type-is-value-type "gint") => T
(g-type-is-value-type "GObject") => T
(g-type-is-value-type "GEnum") => NIL    
 

See also

2020-11-13