Package: gobject

Function g-type-is-value

Lambda List

g-type-is-value (gtype)

Arguments

gtype -- a g-type

Return Value

Whether gtype is suitable as a g-value instance type.

Details

Checks whether the passed in gtype ID can be used for the function g-value-init. That is, this function checks whether this gtype provides an implementation of the GTypeValueTable functions required for a type to create a g-value instance of.

This function is equivalent to the function g-type-is-value-type.
 

See also

2021-4-8