Constructor

BirbQueuedOutputStreamnew

since: 0.1

Declaration [src]

GOutputStream*
birb_queued_output_stream_new (
  GOutputStream* base_stream
)

Description [src]

Creates a new queued output stream for a base stream.

Available since: 0.1

Parameters

base_stream

Type: GOutputStream

Base output stream to wrap with the queued stream.

The data is owned by the caller of the function.

Return value

Type: GOutputStream

The new stream.

The caller of the function takes ownership of the data, and is responsible for freeing it.