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_output_stream/class-data_output_stream/index.html

Class Data_output_stream.data_output_stream

inherit Ocgtk_gio__.GFilter_output_stream.filter_output_stream_t
inherit Ocgtk_gio__.GSeekable.seekable_t
method get_byte_order : unit -> Ocgtk_gio__.Gio_enums.datastreambyteorder
method put_int16 : Int16.t -> Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method put_int32 : Int32.t -> Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method put_int64 : int64 -> Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method put_string : string -> Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method put_uint16 : UInt16.t -> Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method put_uint32 : UInt32.t -> Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method put_uint64 : UInt64.t -> Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method set_byte_order : Ocgtk_gio__.Gio_enums.datastreambyteorder -> unit
method as_data_output_stream : Ocgtk_gio__.Data_output_stream.t