]> Pileus Git - ~andy/gtk/commitdiff
Fix small issues in the documentation of gdk_window_remove_redirection and
authorTorsten Schönfeld <tsch@src.gnome.org>
Sat, 16 Aug 2008 19:56:23 +0000 (19:56 +0000)
committerTorsten Schönfeld <tsch@src.gnome.org>
Sat, 16 Aug 2008 19:56:23 +0000 (19:56 +0000)
gdk_window_redirect_to_drawable.

svn path=/trunk/; revision=21137

ChangeLog
gdk/gdkwindow.c

index 0cfbce4ee56c31d6b9d99bc66d2c959ab77ca067..283eaf91386cfe9a06d58231e17494ab7b999b77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>
+
+       * gdk/gdkwindow.c: Fix small issues in the documentation of
+       gdk_window_remove_redirection and gdk_window_redirect_to_drawable.
+
 2008-08-15  Richard Hult  <richard@imendio.com>
 
        * gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_drawable): Some
index 130da4adab8b3f45831fc28c7040acf1dbb83ea2..699d701239c16e07b01a64dd341bb2cdd4417a2d 100644 (file)
@@ -4213,7 +4213,7 @@ remove_redirect_from_children (GdkWindowObject   *private,
  * gdk_window_remove_redirection:
  * @window: a #GdkWindow
  *
- * Removes and active redirection started by
+ * Removes any active redirection started by
  * gdk_window_redirect_to_drawable().
  *
  * Since: 2.14
@@ -4267,7 +4267,7 @@ apply_redirect_to_children (GdkWindowObject   *private,
  * @width: width of redirection
  * @height: height of redirection
  *
- * Redirects drawing into @windows so that drawing to the
+ * Redirects drawing into @window so that drawing to the
  * window in the rectangle specified by @src_x, @src_y,
  * @width and @height is also drawn into @drawable at
  * @dest_x, @dest_y.
@@ -4279,10 +4279,6 @@ apply_redirect_to_children (GdkWindowObject   *private,
  * Redirection is active until gdk_window_remove_redirection()
  * is called.
  *
- * This function should not be used on windows created by
- * gdk_window_new_offscreen(), as that is implemented using
- * redirection.
- *
  * Since: 2.14.
  **/
 void