package gobject-introspection

  1. Overview
  2. Docs
OCaml bindings for the GObject-Introspection library (https://gi.readthedocs.io/en/latest/)

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
md5=35761efc459125e899ac653eb179999f
sha512=dec3f04c08744ddcb6d5194f97026d6b90edb03d582fb1e11767e73c9cbd71e3134d69f12426e485706b15a111037a3b096abc722da62b1dcee8d99d775c0863

doc/gobject-introspection.bindings/Bindings/Function_info/index.html

Module Bindings.Function_info

include module type of struct include Function_info end
type flags =
  1. | Is_method
    (*

    is a method.

    *)
  2. | Is_constructor
    (*

    is a constructor.

    *)
  3. | Is_getter
    (*

    is a getter of a Property_info.

    *)
  4. | Is_setter
    (*

    is a setter of a Property_info.

    *)
  5. | Wraps_vfunc
    (*

    represents a virtual function.

    *)
  6. | 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
OCaml

Innovation. Community. Security.