Constructor

XemeOutputStreamnew

unstable since: 0.1

Declaration [src]

XemeOutputStream*
xeme_output_stream_new (
  GCancellable* cancellable
)

Description [src]

Creates a new output stream.

Available since: 0.1

Parameters

cancellable

Type: GCancellable

A GCancellable for the stream.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: XemeOutputStream

The new instance.

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