Module Bindings.Types
include Types
type array_type
=
|
C
a C array, char
for instance
|
Array
a GArray array
|
Ptr_array
a GPtrArray array
|
Byte_array
a 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