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/Data_input_stream/class-data_input_stream/index.html

Class Data_input_stream.data_input_stream

inherit Ocgtk_gio__.GBuffered_input_stream.buffered_input_stream_t
method get_byte_order : unit -> Ocgtk_gio__.Gio_enums.datastreambyteorder
method get_newline_type : unit -> Ocgtk_gio__.Gio_enums.datastreamnewlinetype
method read_int16 : Ocgtk_gio__.GCancellable.cancellable_t option -> (Int16.t, GError.t) result
method read_int32 : Ocgtk_gio__.GCancellable.cancellable_t option -> (Int32.t, GError.t) result
method read_int64 : Ocgtk_gio__.GCancellable.cancellable_t option -> (int64, GError.t) result
method read_uint16 : Ocgtk_gio__.GCancellable.cancellable_t option -> (UInt16.t, GError.t) result
method read_uint32 : Ocgtk_gio__.GCancellable.cancellable_t option -> (UInt32.t, GError.t) result
method read_uint64 : Ocgtk_gio__.GCancellable.cancellable_t option -> (UInt64.t, GError.t) result
method set_byte_order : Ocgtk_gio__.Gio_enums.datastreambyteorder -> unit
method set_newline_type : Ocgtk_gio__.Gio_enums.datastreamnewlinetype -> unit
method as_data_input_stream : Ocgtk_gio__.Data_input_stream.t