Package: gobject
Function g-type-is-value-type
Lambda Listg-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 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