Companion

object Companion

Functions

Link copied to clipboard
fun typeCompatible(srcType: <Error class: unknown class>, destType: <Error class: unknown class>): Boolean

Returns whether a #GValue of type @src_type can be copied into a #GValue of type @dest_type.

Link copied to clipboard
fun typeTransformable(srcType: <Error class: unknown class>, destType: <Error class: unknown class>): Boolean

Check whether g_value_transform() is able to transform values of type @src_type into values of type @dest_type. Note that for the types to be transformable, they must be compatible or a transformation function must be registered.

Link copied to clipboard
open fun wrapRecordPointer(pointer: <Error class: unknown class><out <Error class: unknown class>>): Value