Typo fixes and small doc improvements

svn path=/trunk/; revision=21929
This commit is contained in:
Matthias Clasen
2008-12-26 04:20:28 +00:00
parent b38f2c127c
commit 8ea8b1ee48
6 changed files with 21 additions and 7 deletions

View File

@ -3807,7 +3807,7 @@ gdk_drag_get_selection (GdkDragContext *context)
* gdk_drag_drop_succeeded:
* @context: a #GdkDragContext
*
* Returns wether the dropped data has been successfully
* Returns whether the dropped data has been successfully
* transferred. This function is intended to be used while
* handling a %GDK_DROP_FINISHED event, its return value is
* meaningless at other times.

View File

@ -813,7 +813,7 @@ gdk_keymap_have_bidi_layouts (GdkKeymap *keymap)
* gdk_keymap_get_caps_lock_state:
* @keymap: a #GdkKeymap
*
* Returns wether the Caps Lock modifer is locked.
* Returns whether the Caps Lock modifer is locked.
*
* Returns: %TRUE if Caps Lock is on
*

View File

@ -71,7 +71,7 @@ gdk_test_render_sync (GdkWindow *window)
* right function to call which will generate a key press event
* followed by its accompanying key release event.
*
* Returns: wether all actions neccessary for a key event simulation
* Returns: whether all actions neccessary for a key event simulation
* were carried out successfully.
*
* Since: 2.14
@ -170,7 +170,7 @@ gdk_test_simulate_key (GdkWindow *window,
* function to call which will generate a button press event followed
* by its accompanying button release event.
*
* Returns: wether all actions neccessary for a button event simulation
* Returns: whether all actions neccessary for a button event simulation
* were carried out successfully.
*
* Since: 2.14