gtk+ r21137 - in trunk: . gdk
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21137 - in trunk: . gdk
- Date: Sat, 16 Aug 2008 19:56:24 +0000 (UTC)
Author: tsch
Date: Sat Aug 16 19:56:23 2008
New Revision: 21137
URL: http://svn.gnome.org/viewvc/gtk+?rev=21137&view=rev
Log:
Fix small issues in the documentation of gdk_window_remove_redirection and
gdk_window_redirect_to_drawable.
Modified:
trunk/ChangeLog
trunk/gdk/gdkwindow.c
Modified: trunk/gdk/gdkwindow.c
==============================================================================
--- trunk/gdk/gdkwindow.c (original)
+++ trunk/gdk/gdkwindow.c Sat Aug 16 19:56:23 2008
@@ -4213,7 +4213,7 @@
* 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 @@
* @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 @@
* 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]