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/Output_stream/class-output_stream/index.html

Class Output_stream.output_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 flush : Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method flush_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method has_pending : unit -> bool
method is_closed : unit -> bool
method is_closing : unit -> bool
method set_pending : unit -> (bool, GError.t) result
method splice : Ocgtk_gio__.GInput_stream.input_stream_t -> Ocgtk_gio__.Gio_enums.outputstreamspliceflags -> Ocgtk_gio__.GCancellable.cancellable_t option -> (int, GError.t) result
method splice_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (int, GError.t) result
method write_bytes : Glib_bytes.t -> Ocgtk_gio__.GCancellable.cancellable_t option -> (int, GError.t) result
method write_bytes_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (int, GError.t) result
method write_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (int, GError.t) result
method as_output_stream : Ocgtk_gio__.Output_stream.t