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/Simple_async_result/class-simple_async_result/index.html

Class Simple_async_result.simple_async_result

inherit Ocgtk_gio__.GAsync_result.async_result_t
method complete : unit -> unit
method complete_in_idle : unit -> unit
method get_op_res_gboolean : unit -> bool
method get_op_res_gssize : unit -> int
method propagate_error : unit -> (bool, GError.t) result
method set_check_cancellable : Ocgtk_gio__.GCancellable.cancellable_t option -> unit
method set_from_error : GError.t -> unit
method set_handle_cancellation : bool -> unit
method set_op_res_gboolean : bool -> unit
method set_op_res_gssize : int -> unit
method as_simple_async_result : Ocgtk_gio__.Simple_async_result.t