package ocgtk

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

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