Merge branch 'trivia'
[empathy-mirror.git] / libempathy-gtk / totem-subtitle-encoding.h
blob656c0dec52d786d0d7503c34559b5f5d324c179e
1 /*
2 * Copyright (C) 2001-2006 Bastien Nocera <hadess@hadess.net>
4 * encoding list copied from gnome-terminal/encoding.c
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 * The Totem project hereby grant permission for non-gpl compatible GStreamer
21 * plugins to be used and distributed together with GStreamer and Totem. This
22 * permission are above and beyond the permissions granted by the GPL license
23 * Totem is covered by.
25 * Monday 7th February 2005: Christian Schaller: Add exception clause.
26 * See license_change file for details.
30 /* Encoding stuff */
32 #ifndef TOTEM_SUBTITLE_ENCODING_H
33 #define TOTEM_SUBTITLE_ENCODING_H
35 #include <gtk/gtk.h>
37 void totem_subtitle_encoding_init (GtkComboBox *combo);
38 void totem_subtitle_encoding_set (GtkComboBox *combo, const char *encoding);
39 const char * totem_subtitle_encoding_get_selected (GtkComboBox *combo);
41 #endif /* SUBTITLE_ENCODING_H */