summaryrefslogtreecommitdiff
path: root/gdk/gdkcairo.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-09-27 20:59:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-27 20:59:08 -0400
commit2b3574dda1b08cb726fcba312fbf54fb584d7e30 (patch)
treecf36dec467c1db8651fa66a90b0df4488173d235 /gdk/gdkcairo.c
parent296824ecf3e8caea9ff7f774c7bd2a1dae0943b5 (diff)
downloadgtk+-2b3574dda1b08cb726fcba312fbf54fb584d7e30.tar.gz
Improve some docs
Diffstat (limited to 'gdk/gdkcairo.c')
-rw-r--r--gdk/gdkcairo.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c
index 3ef1ce2b34..026fef5453 100644
--- a/gdk/gdkcairo.c
+++ b/gdk/gdkcairo.c
@@ -310,21 +310,22 @@ gdk_cairo_set_source_pixbuf (cairo_t *cr,
* @window: a #GdkWindow
* @x: X coordinate of location to place upper left corner of @window
* @y: Y coordinate of location to place upper left corner of @window
- *
+ *
* Sets the given window as the source pattern for the Cairo context.
* The pattern has an extend mode of %CAIRO_EXTEND_NONE and is aligned
* so that the origin of @window is @x, @y. The window contains all its
* subwindows when rendering.
+ *
* Note that the contents of @window are undefined outside of the
* visible part of @window, so use this function with care.
*
- * Since: 2.10
- **/
+ * Since: 2.24
+ */
void
gdk_cairo_set_source_window (cairo_t *cr,
- GdkWindow *window,
- double x,
- double y)
+ GdkWindow *window,
+ double x,
+ double y)
{
cairo_surface_t *surface;