]> git.0d.be Git - empathy.git/blob - libempathy-gtk/totem-subtitle-encoding.h
Add en_GB in gitignore
[empathy.git] / libempathy-gtk / totem-subtitle-encoding.h
1 /* Encoding stuff */
2
3 #ifndef TOTEM_SUBTITLE_ENCODING_H
4 #define TOTEM_SUBTITLE_ENCODING_H
5
6 #include <gtk/gtk.h>
7
8 void totem_subtitle_encoding_init (GtkComboBox *combo);
9 void totem_subtitle_encoding_set (GtkComboBox *combo, const char *encoding);
10 const char * totem_subtitle_encoding_get_selected (GtkComboBox *combo);
11
12 #endif /* SUBTITLE_ENCODING_H */