|  |  |  | Anjuta Developers Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
                    AnjutaEncoding;
#define             ANJUTA_TYPE_ENCODING
GType               anjuta_encoding_get_type            (void);
AnjutaEncoding *    anjuta_encoding_copy                (const AnjutaEncoding *enc);
void                anjuta_encoding_free                (AnjutaEncoding *enc);
const AnjutaEncoding * anjuta_encoding_get_from_charset (const gchar *charset);
const AnjutaEncoding * anjuta_encoding_get_from_index   (gint index);
gchar *             anjuta_encoding_to_string           (const AnjutaEncoding *enc);
const gchar *       anjuta_encoding_get_name            (const AnjutaEncoding *enc);
const gchar *       anjuta_encoding_get_charset         (const AnjutaEncoding *enc);
const AnjutaEncoding * anjuta_encoding_get_utf8         (void);
const AnjutaEncoding * anjuta_encoding_get_current      (void);
GType anjuta_encoding_get_type (void);
Retrieves the GType object which is associated with the AnjutaEncoding class.
| Returns : | the GType associated with AnjutaEncoding. | 
AnjutaEncoding * anjuta_encoding_copy (const AnjutaEncoding *enc);
Makes a copy of the given encoding. This function is used by language bindings.
| 
 | a AnjutaEncoding. | 
| Returns : | a new AnjutaEncoding. | 
void anjuta_encoding_free (AnjutaEncoding *enc);
Frees the resources allocated by the given encoding. This function is used by language bindings.
| 
 | a AnjutaEncoding. | 
const AnjutaEncoding * anjuta_encoding_get_from_charset (const gchar *charset);
| 
 | |
| Returns : | 
const AnjutaEncoding * anjuta_encoding_get_from_index (gint index);
| 
 | |
| Returns : | 
gchar * anjuta_encoding_to_string (const AnjutaEncoding *enc);
| 
 | |
| Returns : | 
const gchar * anjuta_encoding_get_name (const AnjutaEncoding *enc);
| 
 | |
| Returns : | 
const gchar * anjuta_encoding_get_charset (const AnjutaEncoding *enc);
| 
 | |
| Returns : |