diff options
Diffstat (limited to 'libempathy-gtk/totem-subtitle-encoding.h')
-rw-r--r-- | libempathy-gtk/totem-subtitle-encoding.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libempathy-gtk/totem-subtitle-encoding.h b/libempathy-gtk/totem-subtitle-encoding.h new file mode 100644 index 000000000..7283f003a --- /dev/null +++ b/libempathy-gtk/totem-subtitle-encoding.h @@ -0,0 +1,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 */ |