Functions
xed_encoding_get_type ()
GType
xed_encoding_get_type (void
);
Retrieves the GType object which is associated with the
XedEncoding class.
xed_encoding_free ()
void
xed_encoding_free (XedEncoding *enc
);
xed_encoding_get_from_charset ()
const XedEncoding *
xed_encoding_get_from_charset (const gchar *charset
);
xed_encoding_get_from_index ()
const XedEncoding *
xed_encoding_get_from_index (gint index
);
xed_encoding_to_string ()
gchar *
xed_encoding_to_string (const XedEncoding *enc
);
xed_encoding_get_name ()
const gchar *
xed_encoding_get_name (const XedEncoding *enc
);
xed_encoding_get_charset ()
const gchar *
xed_encoding_get_charset (const XedEncoding *enc
);
xed_encoding_get_utf8 ()
const XedEncoding *
xed_encoding_get_utf8 (void
);
xed_encoding_get_current ()
const XedEncoding *
xed_encoding_get_current (void
);