package gobject-introspection

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

    field is readable.

    *)
  2. | Is_writable
    (*

    field is writable.

    *)

Flags for a Field_info.

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