|  |  |  | gedit Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
enum GeditConvertError; #define GEDIT_CONVERT_ERROR GQuark gedit_convert_error_quark (void); gchar * gedit_convert_to_utf8 (const gchar *content, gsize len, const GeditEncoding **encoding, gsize *new_len, GError **error); gchar * gedit_convert_from_utf8 (const gchar *content, gsize len, const GeditEncoding *encoding, gsize *new_len, GError **error);
typedef enum 
{
	GEDIT_CONVERT_ERROR_AUTO_DETECTION_FAILED = 1100
} GeditConvertError;
gchar *             gedit_convert_to_utf8               (const gchar *content,
                                                         gsize len,
                                                         const GeditEncoding **encoding,
                                                         gsize *new_len,
                                                         GError **error);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
gchar *             gedit_convert_from_utf8             (const gchar *content,
                                                         gsize len,
                                                         const GeditEncoding *encoding,
                                                         gsize *new_len,
                                                         GError **error);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| Returns : |