~ubuntu-branches/ubuntu/wily/easytag/wily

« back to all changes in this revision

Viewing changes to src/charset.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-10-11 17:07:47 UTC
  • mto: (8.1.4 sid)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20131011170747-uqvgtx7uyd046j7z
Tags: upstream-2.1.8
ImportĀ upstreamĀ versionĀ 2.1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    gchar *charset_name;
35
35
} CharsetInfo;
36
36
 
37
 
/* translated charset titles */
38
 
extern const CharsetInfo charset_trans_array[];
39
 
 
40
 
 
41
37
 
42
38
/**************
43
39
 * Prototypes *
52
48
 
53
49
/* Used for Ogg Vorbis and FLAC tags */
54
50
gchar *convert_to_utf8   (const gchar *string);
55
 
gchar *convert_from_utf8 (const gchar *string);
56
51
 
57
52
gchar *filename_to_display   (const gchar *string);
58
53
gchar *filename_from_display (const gchar *string);
61
56
 
62
57
void   Charset_Populate_Combobox   (GtkComboBox *combo, gchar *select_charset);
63
58
gchar *Charset_Get_Name_From_Title (const gchar *charset_title);
64
 
gchar *Charset_Get_Title_From_Name (gchar *charset_name);
65
59
 
66
 
gboolean test_conversion_charset (const gchar *from, const gchar *to);
67
60
 
68
61
void Charset_Insert_Locales_Init    (void);
69
62
void Charset_Insert_Locales_Destroy (void);