summaryrefslogtreecommitdiff
path: root/libgnome-desktop/gnome-xkb-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgnome-desktop/gnome-xkb-info.h')
-rw-r--r--libgnome-desktop/gnome-xkb-info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgnome-desktop/gnome-xkb-info.h b/libgnome-desktop/gnome-xkb-info.h
index 8fc96c72..a373f81f 100644
--- a/libgnome-desktop/gnome-xkb-info.h
+++ b/libgnome-desktop/gnome-xkb-info.h
@@ -76,6 +76,8 @@ GList *gnome_xkb_info_get_layouts_for_language (GnomeXkbInfo *s
const gchar *language_code);
GList *gnome_xkb_info_get_layouts_for_country (GnomeXkbInfo *self,
const gchar *country_code);
+GList *gnome_xkb_info_get_languages_for_layout (GnomeXkbInfo *self,
+ const gchar *layout_id);
G_END_DECLS