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/Task/class-task/index.html

Class Task.task

inherit Ocgtk_gio__.GAsync_result.async_result_t
method get_cancellable : unit -> Ocgtk_gio__.GCancellable.cancellable_t option
method get_check_cancellable : unit -> bool
method get_completed : unit -> bool
method get_name : unit -> string option
method get_priority : unit -> int
method get_return_on_cancel : unit -> bool
method had_error : unit -> bool
method propagate_boolean : unit -> (bool, GError.t) result
method propagate_int : unit -> (int, GError.t) result
method return_boolean : bool -> unit
method return_error : GError.t -> unit
method return_error_if_cancelled : unit -> bool
method return_int : int -> unit
method return_value : Gobject.Value.t option -> unit
method set_check_cancellable : bool -> unit
method set_name : string option -> unit
method set_priority : int -> unit
method set_return_on_cancel : bool -> bool
method set_static_name : string option -> unit
method as_task : Ocgtk_gio__.Task.t