Constructor

GioConverterInputStreamnew

Declaration

GInputStream*
g_converter_input_stream_new (
  GInputStream* base_stream,
  GConverter* converter
)

Description

Creates a new converter input stream for the base_stream.

Parameters

base_stream

Type: GInputStream

A GInputStream.

The data is owned by the caller of the function.
converter

Type: GConverter

A GConverter.

The data is owned by the caller of the function.

Return value

Type: GInputStream

A new GInputStream.

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