summaryrefslogtreecommitdiff
path: root/trunk/src/totem-subtitle-encoding.h
blob: 7283f003aaae8be455b5cff5b11ce6a699a7c0bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Encoding stuff */

#ifndef TOTEM_SUBTITLE_ENCODING_H
#define TOTEM_SUBTITLE_ENCODING_H

#include <gtk/gtk.h>

void totem_subtitle_encoding_init (GtkComboBox *combo);
void totem_subtitle_encoding_set (GtkComboBox *combo, const char *encoding);
const char * totem_subtitle_encoding_get_selected (GtkComboBox *combo);

#endif /* SUBTITLE_ENCODING_H */