package gobject-introspection

  1. Overview
  2. Docs
include module type of struct include VFunc_info end
type flags =
  1. | Must_chain_up
    (*

    chains up to the parent type

    *)
  2. | Must_override
    (*

    overrides

    *)
  3. | Must_not_override
    (*

    does not override

    *)
  4. | Throws
    (*

    Includes a GError

    *)
val string_of_flag : flags -> string
module Flags (T : Cstubs.Types.TYPE) : sig ... end