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 */
13