Package: gobject

Function g-type-is-value-abstract

Lambda List

g-type-is-value-abstract (gtype)

Arguments

gtype -- a g-type type

Return Value

True if gtype is an abstract value type.

Details

Checks if tgype is an abstract value type. An abstract value type introduces a value table, but can not be used for the function g-value-init and is normally used as an abstract base type for derived value types.
 

See also

2021-4-8