Bindings.Base_infoinclude module type of struct include Base_info endtype info_type = | Invalidinvalid type
*)| Functionfunction, see Function_info
*)| Callbackcallback, see Function_info
*)| Structstruct, see Struct_info
*)| Boxedboxed, see Struct_info or Union_info
*)| Enumenum, see Enum_info
*)| Flagsflags, see Enum_info
*)| Objectobject, see Object_info
*)| Interfaceinterface, see Interface_info
*)| Constantcontant, see Constant_info
*)| Invalid_0deleted, used to be GI_INFO_TYPE_ERROR_DOMAIN.
*)| Unionunion, see Union_info
*)| Valueenum value, see Value_info
*)| Signalsignal, see Signal_info
*)| Vfuncvirtual function, see VFunc_info
*)| PropertyGObject property, see Property_info
*)| Fieldstruct or union field, see Field_info
*)| Argargument of a function or callback, see Arg_info
*)| Typetype information, see Type_info
*)| Unresolvedunresolved type, a type which is not present in the typelib, or any of its dependencies.
*)val string_of_info_type : info_type -> stringmodule Enums (T : Cstubs.Types.TYPE) : sig ... end