]> Pileus Git - ~andy/gtk/commitdiff
Typo fixes and small doc improvements
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 26 Dec 2008 04:20:28 +0000 (04:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 26 Dec 2008 04:20:28 +0000 (04:20 +0000)
svn path=/trunk/; revision=21929

ChangeLog
gdk/gdkapplaunchcontext.c
gdk/gdkkeys.c
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkkeys-x11.c
gdk/x11/gdktestutils-x11.c

index 469688e242b0d6f8a633e99cfa71d7cbb4d015fd..ddcbe22df97b58dc6fc467cb6911a828740e14ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index a7bab50b10c150318d8dfb8bf2e4e584d08e6342..7c19770c796951b6d711fcb6808bd53b2a5db583 100644 (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
  */
index d3e4d1b8f36ce073f27bf7b0065196576c20d846..130dbac6087b9a0f981f379311e6042358873d15 100644 (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
    */
index 4ff2276782d919e2697b941fada7aa101136fa18..942ad91eb9b33f5088208752960f254f7647cc0a 100644 (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.
index c08baf370e5bf380ee19d62c6429af417901cdc7..002341be6c899fed640ae9b6efe56140de53dc05 100644 (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
  *
index 2c9223cf3c5947ff925d20dfe499a0c439304898..480da4d909a2de3bc9af3d724a47edb3b0a7481a 100644 (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