Constructor

WadInputStreamnew

Declaration [src]

WadInputStream*
wad_input_stream_new (
  GInputStream* base_stream
)

Description [src]

Creates a new wad input stream for the base_stream.

Parameters

base_stream

Type: GInputStream

A GInputStream.

The data is owned by the caller of the function.

Return value

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