OutputIconv


Description:

[ CCode ( has_construct_function = false , type = "GsfOutput*" ) ]
public OutputIconv (Output sink, string dst, string src)

Adds a reference to sink.

Parameters:

sink

The underlying data source.

dst

The target character set. null for "UTF-8"

src

The source character set. null for "UTF-8"

Returns:

a new GsfOutput object.