Type.depth

Returns the length of the ancestry of the passed in type. This includes the type itself, so that e.g. a fundamental type has depth 1.

struct Type
static
uint
depth

Parameters

type GType

a #GType

Return Value

Type: uint

the depth of @type

Meta