From 5738d07c05f9beea4e4dbf284d7de20c041d57b7 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 5 Feb 2001 14:34:39 +0000 Subject: Added declarations for all the functions declared in gnome-i18n.h. 2001-02-05 Christopher James Lahey * gal/util/e-i18n.h: Added declarations for all the functions declared in gnome-i18n.h. svn path=/trunk/; revision=7968 --- e-util/e-i18n.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/e-util/e-i18n.h b/e-util/e-i18n.h index 9a64b9c86a..3b60d5339f 100644 --- a/e-util/e-i18n.h +++ b/e-util/e-i18n.h @@ -14,6 +14,11 @@ #ifndef __E_I18N_H__ #define __E_I18N_H__ +#include +#include "libgnome/gnome-defs.h" + +BEGIN_GNOME_DECLS + #ifdef ENABLE_NLS # include # 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__ */ -- cgit