| Anjuta Developers Reference Manual |
|---|
AnjutaEncodings — Text encoding and decoding
struct AnjutaEncoding; 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_charset (const AnjutaEncoding *enc); GList* anjuta_encoding_get_encodings (GList *encoding_strings); void anjuta_encodings_init (AnjutaPreferences *pref, GladeXML *gxml); #define SAVE_ENCODING_ORIGINAL #define SAVE_ENCODING_CURRENT_LOCALE #define SUPPORTED_ENCODINGS
const AnjutaEncoding* anjuta_encoding_get_from_charset (const gchar *charset);
| charset : | |
| Returns : |
const AnjutaEncoding* anjuta_encoding_get_from_index (gint index);
| index : | |
| Returns : |
gchar* anjuta_encoding_to_string (const AnjutaEncoding *enc);
| enc : | |
| Returns : |
const gchar* anjuta_encoding_get_charset (const AnjutaEncoding *enc);
| enc : | |
| Returns : |
GList* anjuta_encoding_get_encodings (GList *encoding_strings);
| encoding_strings : | |
| Returns : |
void anjuta_encodings_init (AnjutaPreferences *pref, GladeXML *gxml);
| pref : | |
| gxml : |
| << Program resources | anjuta-debug >> |