summaryrefslogtreecommitdiff
path: root/gtk/gtkoffscreenwindow.c
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-12-28 09:24:12 -0600
committerCody Russell <bratsche@gnome.org>2009-12-28 09:33:42 -0600
commitdd8e4d588fb5929086efb522b8dd2d447d2e1199 (patch)
tree3fa658f56864cc3dde43d7b6b5aa50004cf6b6e9 /gtk/gtkoffscreenwindow.c
parent4681f0b4677baef7b55d6b729883c4ea74a9a12c (diff)
downloadgtk+-dd8e4d588fb5929086efb522b8dd2d447d2e1199.tar.gz
Documentation changes.
Diffstat (limited to 'gtk/gtkoffscreenwindow.c')
-rw-r--r--gtk/gtkoffscreenwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkoffscreenwindow.c b/gtk/gtkoffscreenwindow.c
index 2b9b415712..98034c6b5b 100644
--- a/gtk/gtkoffscreenwindow.c
+++ b/gtk/gtkoffscreenwindow.c
@@ -35,8 +35,8 @@
* is a toplevel widget you cannot obtain snapshots of a full window
* with it since you cannot pack a toplevel widget in another toplevel.
*
- * The idea is to take a widget and manually set the size and state of
- * it, add it to a #GtkOffscreenWindow and then retrieve the snapshot
+ * The idea is to take a widget and manually set the state of it,
+ * add it to a #GtkOffscreenWindow and then retrieve the snapshot
* as a #GdkPixmap or #GdkPixbuf.
*
* #GtkOffscreenWindow derives from #GtkWindow only as an implementation