Package: gobject
Function gobject:type-is-fundamental
Lambda Listgobject: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 |
2024-12-8