gobject-introspection.bindings
Bindings.Function_info
gobject-introspection
include module type of struct include Function_info end
type flags =
| Is_method
is a method.
| Is_constructor
is a constructor.
| Is_getter
is a getter of a Property_info.
| Is_setter
is a setter of a Property_info.
| Wraps_vfunc
represents a virtual function.
| Throws
the function may throw an error.
Flags for a Function_info struct.
val string_of_flag : flags -> string
module Flags (T : Cstubs.Types.TYPE) : sig ... end