xed-encodings

xed-encodings

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── XedEncoding

Description

Functions

xed_encoding_get_type ()

GType
xed_encoding_get_type (void);

Retrieves the GType object which is associated with the XedEncoding class.

Returns

the GType associated with XedEncoding.


xed_encoding_copy ()

XedEncoding *
xed_encoding_copy (const XedEncoding *enc);

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);

Types and Values

XedEncoding

typedef struct _XedEncoding XedEncoding;

XED_TYPE_ENCODING

#define XED_TYPE_ENCODING     (xed_encoding_get_type ())