Package: gobject
Function gobject:type-depth
Lambda Listgobject:type-depth (gtype) ArgumentsReturn ValueThe unsigned integer with the depth of gtype. Details Returns the length of the ancestry of the passed in gtype. This includes gtype itself, so that, for example, a fundamental type
has depth 1. Examples(g:type-depth "gdouble") => 1 (g:type-depth "GtkButton") => 4 | See also |
2024-12-8