package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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