Package: gobject
Function g-type-is-fundamental
Lambda Listg-type-is-fundamental (gtype) ArgumentsReturn ValueTrue 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