Class
GIR.Datatype
GIR type class
class Datatype
Topics
Initializers
Memberwise initialiser
XML Element initialser
Instance Properties
The identifier of this instance (e.g. C enum value type)
Returns true if the data type is void
String representation of the Datatype thing
The underlying type
A reference to the underlying C type
Instance Methods
Register this type as an enumeration type
Relationships
Inherits From
Inherited By
Conforms To
See Also
GIR element models
GIR named thing class
a type with an underlying C type entry
a type alias is just a type with an underlying C type
data type representing a function/method argument or return type
a bitfield is defined akin to an enumeration
a callback is the same as a function, except that the type definition is a @convention(c) callback definition
a class data type record
an entry for a constant
an enumeration entry
a field is a Property
a function is the same as a method
an inteface is similar to a class, but can be part of a more complex type graph
data type representing a function/method
a property is a C type
a data type record to create a protocol/struct/class for