Module Bindings.Types
include Types
type array_type=|Ca C array, char
for instance|Arraya GArray array
|Ptr_arraya GPtrArray array
|Byte_arraya GByteArray array
The type of array in a GITypeInfo.
val string_of_array_type : array_type -> string
type tag=The type tag of a Type_info.
val string_of_tag : tag -> string
module Enums = Types.Enums