Package: gobject
Function gobject:type-check-class-type
Lambda Listgobject:type-check-class-type (class gtype) ArgumentsReturn ValueTrue on success. Details Checks if class is a class structure of the type identified by gtype or derived.
This function should only be used in type implementations. Examples(g:type-check-class-type (g:type-class-ref "GtkButton") "GObject") => T (g:type-check-class-type (g:type-class-ref "GtkButton") "GtkWindow") => NIL | See also |
2024-12-8