CharsetConverter.this

Creates a new GCharsetConverter. Since 2.24

  1. this(GCharsetConverter* gCharsetConverter)
  2. this(string toCharset, string fromCharset)
    class CharsetConverter
    this
    (
    string toCharset
    ,)

Parameters

toCharset string

destination charset

fromCharset string

source charset

Throws

GException on failure. ConstructionException GTK+ fails to create the object.

Meta