Module Bindings.Arg_info
include Arg_info
type direction
=
|
In
in argument.
|
Out
out argument.
|
InOut
in and out argument.
The direction of a Arg_info.
val string_of_direction : direction -> string
type transfer
=
val string_of_transfert : transfer -> string
type scope_type
=
Scope type of a Arg_info representing callback, determines how the callback is invoked and is used to decided when the invoke structs can be freed.
val string_of_scope_type : scope_type -> string
module Enums = Arg_info.Enums