Interface

Gio-2.0GioCharsetConverterConstructorProps

interface ConstructorProps {
    from_charset: string;
    fromCharset: string;
    to_charset: string;
    toCharset: string;
    use_fallback: boolean;
    useFallback: boolean;
}

Hierarchy (View Summary)

Index

Properties

from_charset: string
fromCharset: string
to_charset: string
toCharset: string
use_fallback: boolean
useFallback: boolean