diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-04-15 22:13:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-04-15 22:22:48 -0400 |
commit | 101cecf7248f7b1ff7d1f66c782a26832a392dbb (patch) | |
tree | 515bfff55ab959e00b2000710b43ae6e750f3db7 /gdk/gdkkeys.c | |
parent | 3ed9cb2488baf3733d6232c382a58ae96d6b26d5 (diff) | |
download | gtk+-101cecf7248f7b1ff7d1f66c782a26832a392dbb.tar.gz |
Clarify docs a bit
The wording here was just awkward: TRUE is returned if... Note that
FALSE is also returned if...
Diffstat (limited to 'gdk/gdkkeys.c')
-rw-r--r-- | gdk/gdkkeys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c index d9185fda4b..d7f76a9513 100644 --- a/gdk/gdkkeys.c +++ b/gdk/gdkkeys.c @@ -613,7 +613,7 @@ gdk_keymap_add_virtual_modifiers (GdkKeymap *keymap, * This function is useful when matching key events against * accelerators. * - * Returns: %TRUE if no virtual modifiers were mapped to the + * Returns: %FALSE if two virtual modifiers were mapped to the * same non-virtual modifier. Note that %FALSE is also returned * if a virtual modifier is mapped to a non-virtual modifier that * was already set in @state. |