summaryrefslogtreecommitdiff
path: root/gdk/gdkoffscreenwindow.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-08-31 00:55:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-08-31 00:55:32 -0400
commit5e5ab90a5708d6c2bcd8b073dda0ae509dd62464 (patch)
treeb26db403b7b9274bf7085bb9ff15853bf9ef8aa0 /gdk/gdkoffscreenwindow.c
parent97d4b25d02e53024cf3e690a0ce68062c1cf9c24 (diff)
downloadgtk+-5e5ab90a5708d6c2bcd8b073dda0ae509dd62464.tar.gz
Improve CSW docs
Diffstat (limited to 'gdk/gdkoffscreenwindow.c')
-rw-r--r--gdk/gdkoffscreenwindow.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk/gdkoffscreenwindow.c b/gdk/gdkoffscreenwindow.c
index 0029708591..9a3942c6a3 100644
--- a/gdk/gdkoffscreenwindow.c
+++ b/gdk/gdkoffscreenwindow.c
@@ -1161,6 +1161,13 @@ gdk_offscreen_window_queue_translation (GdkWindow *window,
* @window: a #GdkWindow
* @embedder: the #GdkWindow that @window gets embedded in
*
+ * Sets @window to be embedded in @embedder.
+ *
+ * To fully embed an offscreen window, in addition to calling this
+ * function, it is also necessary to handle the #GdkWindow::pick-embedded-child
+ * signal on the @embedder and the #GdkWindow::to-embedder and
+ * #GdkWindow::from-embedder signals on @window.
+ *
* Since: 2.18
*/
void