package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.common/Ocgtk_common/index.html

Module Ocgtk_commonSource

Common utility modules for ocgtk GTK4 bindings.

This module re-exports hand-written common modules shared across all ocgtk binding libraries (Gtk, Gio, Gdk, etc.). Each module is also available as a flat top-level module (e.g. Gobject) in the ocgtk.common library.

Sourcemodule GError = GError

Error type for GTK/GLib functions. See GError.

Sourcemodule Gobject = Gobject

GObject type system, properties, and signals. See Gobject.

Sourcemodule Gvariant = Gvariant

GVariant structured data serialization. See Gvariant.

Sourcemodule Gvariant_type = Gvariant_type

GVariant type descriptions. See Gvariant_type.