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

@ -1,3 +1,12 @@
2008-12-25 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkapplaunchcontext.c:
* gdk/gdkkeys.c:
* gdk/x11/gdkdnd-x11.c:
* gdk/x11/gdkkeyx-x11.c:
* gdk/x11/gdktestutils-x11.c: Typo fixes and other small
doc improvements.
2008-12-23 Li Yuan <li.yuan@sun.com>
* gtk/gtkiconview.c: (gtk_icon_view_accessible_model_row_changed):

View File

@ -221,7 +221,12 @@ gdk_app_launch_context_set_timestamp (GdkAppLaunchContext *context,
* @icon: a #GIcon, or %NULL
*
* Sets the icon for applications that are launched with this
* context. See also gdk_app_launch_context_set_icon_name().
* context.
*
* Window Managers can use this information when displaying startup
* notification.
*
* See also gdk_app_launch_context_set_icon_name().
*
* Since: 2.14
*/

View File

@ -88,8 +88,8 @@ gdk_keymap_class_init (GdkKeymapClass *klass)
* @keymap: the object on which the signal is emitted
*
* The ::state-changed signal is emitted when the state of the
* keyboard changes, e.g when the Caps Lock is turned on or off.
* See gdk_keyboard_get_caps_lock_state().
* keyboard changes, e.g when Caps Lock is turned on or off.
* See gdk_keymap_get_caps_lock_state().
*
* Since: 2.16
*/

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