summaryrefslogtreecommitdiff
path: root/gdk/gdkkeys.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-06-30 01:43:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-06-30 01:43:04 +0000
commit436a34e31810b11dbe55d0bfb5548bc5cd412fca (patch)
tree74db219bc055d1a5bb44adfecaa513b4dacc911e /gdk/gdkkeys.h
parent5c31ca5c85ee13f9cdf11baa466e7dd77e2df94a (diff)
downloadgtk+-436a34e31810b11dbe55d0bfb5548bc5cd412fca.tar.gz
New function to determine if keyboard layouts for both LTR and LTR
2007-06-29 Matthias Clasen <mclasen@redhat.com> * gdk/gdk.symbols: * gdk/gdkkeys.h: * gdk/x11/gdkkeys-x11.c (gdk_keymap_have_bidi_layouts): New function to determine if keyboard layouts for both LTR and LTR languages are in use. Refactor the direction caching code to make this information available. (#451575, Behnam Esfahbod) svn path=/trunk/; revision=18301
Diffstat (limited to 'gdk/gdkkeys.h')
-rw-r--r--gdk/gdkkeys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkkeys.h b/gdk/gdkkeys.h
index 2c76bf5547..fda2997e53 100644
--- a/gdk/gdkkeys.h
+++ b/gdk/gdkkeys.h
@@ -101,6 +101,7 @@ gboolean gdk_keymap_get_entries_for_keycode (GdkKeymap *keymap,
guint **keyvals,
gint *n_entries);
PangoDirection gdk_keymap_get_direction (GdkKeymap *keymap);
+gboolean gdk_keymap_have_bidi_layouts (GdkKeymap *keymap);
/* Key values
*/