aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-langs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-langs.h')
-rw-r--r--lib/ephy-langs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ephy-langs.h b/lib/ephy-langs.h
index baefdd78d..758501509 100644
--- a/lib/ephy-langs.h
+++ b/lib/ephy-langs.h
@@ -26,6 +26,9 @@
G_BEGIN_DECLS
+#define ISO_639_DOMAIN "iso_639"
+#define ISO_3166_DOMAIN "iso_3166"
+
typedef struct
{
char *title;
@@ -42,6 +45,10 @@ void ephy_langs_sanitise (GArray *array);
char **ephy_langs_get_languages (void);
+GHashTable *ephy_langs_iso_639_table (void);
+
+GHashTable *ephy_langs_iso_3166_table (void);
+
G_END_DECLS
#endif