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.gio/Ocgtk_gio/Gio/Cancellable/class-cancellable/index.html

Class Cancellable.cancellable

method on_cancelled : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method cancel : unit -> unit
method disconnect : int -> unit
method get_fd : unit -> int
method is_cancelled : unit -> bool
method pop_current : unit -> unit
method push_current : unit -> unit
method release_fd : unit -> unit
method reset : unit -> unit
method set_error_if_cancelled : unit -> (bool, GError.t) result
method as_cancellable : Ocgtk_gio__.Cancellable.t