]> git.0d.be Git - empathy.git/blob - tp-account-widgets/totem-subtitle-encoding.h
tp-account-widgets: Move account widgets code in the tp-account-widgets subdir
[empathy.git] / tp-account-widgets / totem-subtitle-encoding.h
1 /* 
2  * Copyright (C) 2001-2006 Bastien Nocera <hadess@hadess.net>
3  *
4  * encoding list copied from gnome-terminal/encoding.c
5  *
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.
10  *
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.
15  *
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
19  *
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.
24  *
25  * Monday 7th February 2005: Christian Schaller: Add exception clause.
26  * See license_change file for details.
27  *
28  */
29
30 /* Encoding stuff */
31
32 #ifndef TOTEM_SUBTITLE_ENCODING_H
33 #define TOTEM_SUBTITLE_ENCODING_H
34
35 #include <gtk/gtk.h>
36
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);
40
41 #endif /* SUBTITLE_ENCODING_H */