anjuta-encodings

anjuta-encodings

Object Hierarchy

    GBoxed
    ╰── AnjutaEncoding

Description

Functions

anjuta_encoding_copy ()

AnjutaEncoding *
anjuta_encoding_copy (const AnjutaEncoding *enc);

Makes a copy of the given encoding. This function is used by language bindings.

Parameters

enc

a AnjutaEncoding.

 

Returns

a new AnjutaEncoding.


anjuta_encoding_free ()

void
anjuta_encoding_free (AnjutaEncoding *enc);

Frees the resources allocated by the given encoding. This function is used by language bindings.

Parameters

enc

a AnjutaEncoding.

 

anjuta_encoding_get_from_charset ()

const AnjutaEncoding *
anjuta_encoding_get_from_charset (const gchar *charset);

Returns


anjuta_encoding_get_from_index ()

const AnjutaEncoding *
anjuta_encoding_get_from_index (gint index);

Returns


anjuta_encoding_to_string ()

gchar *
anjuta_encoding_to_string (const AnjutaEncoding *enc);

Returns


anjuta_encoding_get_name ()

const gchar *
anjuta_encoding_get_name (const AnjutaEncoding *enc);

Returns


anjuta_encoding_get_charset ()

const gchar *
anjuta_encoding_get_charset (const AnjutaEncoding *enc);

Returns


anjuta_encoding_get_utf8 ()

const AnjutaEncoding *
anjuta_encoding_get_utf8 (void);

Returns


anjuta_encoding_get_current ()

const AnjutaEncoding *
anjuta_encoding_get_current (void);

Returns

Types and Values