Added declarations for all the functions declared in gnome-i18n.h.

2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* gal/util/e-i18n.h: Added declarations for all the functions
	declared in gnome-i18n.h.

svn path=/trunk/; revision=7968
This commit is contained in:
Christopher James Lahey
2001-02-05 14:34:39 +00:00
committed by Chris Lahey
parent 4afe7dc770
commit 5738d07c05

View File

@ -14,6 +14,11 @@
#ifndef __E_I18N_H__
#define __E_I18N_H__
#include <glib.h>
#include "libgnome/gnome-defs.h"
BEGIN_GNOME_DECLS
#ifdef ENABLE_NLS
# include <libintl.h>
# undef _
@ -42,6 +47,16 @@
* To correctly solve this issue include this file before any libgnome/
* libgnomeui headers
*/
#define __GNOME_I18N_H__ 1
const char *gnome_i18n_get_language(void);
GList *gnome_i18n_get_language_list (const gchar *category_name);
void gnome_i18n_set_preferred_language (const char *val);
const char *gnome_i18n_get_preferred_language (void);
void gnome_i18n_init (void);
END_GNOME_DECLS
#endif /* __E_I18N_H__ */