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/Input_stream/class-input_stream/index.html

Class Input_stream.input_stream

method clear_pending : unit -> unit
method close : Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method close_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method has_pending : unit -> bool
method is_closed : unit -> bool
method read_bytes : Gsize.t -> Ocgtk_gio__.GCancellable.cancellable_t option -> (Glib_bytes.t, GError.t) result
method read_bytes_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (Glib_bytes.t, GError.t) result
method read_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (int, GError.t) result
method set_pending : unit -> (bool, GError.t) result
method skip : Gsize.t -> Ocgtk_gio__.GCancellable.cancellable_t option -> (int, GError.t) result
method skip_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (int, GError.t) result
method as_input_stream : Ocgtk_gio__.Input_stream.t