WrappedType

class WrappedType(gType: GType)

30 / 11 / 2021

GType is an alias for a UInt, but because it has functions which take it, this class wraps a GType and so the functions can easily be accessed.

See also

Constructors

WrappedType
Link copied to clipboard
fun WrappedType(gType: GType)

Properties

gType
Link copied to clipboard
val gType: GType
name
Link copied to clipboard
val name: String?