diff options
Diffstat (limited to 'gdk/x11/gdkkeys-x11.c')
-rw-r--r-- | gdk/x11/gdkkeys-x11.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk/x11/gdkkeys-x11.c b/gdk/x11/gdkkeys-x11.c index 620d41752..25fdd4a68 100644 --- a/gdk/x11/gdkkeys-x11.c +++ b/gdk/x11/gdkkeys-x11.c @@ -100,6 +100,13 @@ static PangoDirection current_direction; static gboolean have_direction = FALSE; static GdkKeymap *default_keymap = NULL; +/** + * gdk_keymap_get_default: + * + * Gets the #GdkKeymap for the default display. + * + * Return value: the default keymap + **/ GdkKeymap* gdk_keymap_get_default (void) { |