Package: gobject
Function gobject:type-is-value-type
Lambda Listgobject:type-is-value-type (gtype) ArgumentsReturn ValueTrue if gtype is a value type. Details Checks if gtype is a value type and can be used with the g:value-init function. Examples(g:type-is-value-type "gint") => T (g:type-is-value-type "GObject") => T (g:type-is-value-type "GEnum") => NIL | See also |
2024-12-8