package ocgtk

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

Module Wrappers.Simple_io_stream

type t = [ `simple_io_stream | `io_stream | `object_ ] Gobject.obj
val new_ : [ `input_stream | `object_ ] Gobject.obj -> [ `output_stream | `object_ ] Gobject.obj -> t

Create a new SimpleIOStream

val get_input_stream : t -> [ `input_stream | `object_ ] Gobject.obj

Get property: input-stream

val get_output_stream : t -> [ `output_stream | `object_ ] Gobject.obj

Get property: output-stream