summaryrefslogtreecommitdiff
path: root/gdk/gdkcairo.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-12 10:53:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-10-12 11:29:55 -0400
commit0a8abdcdf6392d68fb612573551bb18d4aaf9b59 (patch)
tree361b5d528115708253a50e0de6d28c47b0e91d75 /gdk/gdkcairo.c
parentd8700a02f152629be1d4a2ff23029d470019d185 (diff)
downloadgtk+-0a8abdcdf6392d68fb612573551bb18d4aaf9b59.tar.gz
docs: Update cairo-related docs
Diffstat (limited to 'gdk/gdkcairo.c')
-rw-r--r--gdk/gdkcairo.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c
index 563725ccff..ee7561ab3d 100644
--- a/gdk/gdkcairo.c
+++ b/gdk/gdkcairo.c
@@ -32,13 +32,12 @@
*
* <link href="http://cairographics.org">Cairo</link> is a graphics
* library that supports vector graphics and image compositing that
- * can be used with GDK. Since 2.8, GTK+ does most of its drawing
- * using Cairo.
+ * can be used with GDK. GTK+ does all of its drawing using Cairo.
*
* GDK does not wrap the Cairo API, instead it allows to create Cairo
- * contexts which can be used to draw on #GdkDrawables. Additional
- * functions allow to convert GDK's rectangles and regions into
- * Cairo paths and to use pixbufs as sources for drawing operations.
+ * contexts which can be used to draw on #GdkWindows. Additional
+ * functions allow use #GdkRectangles with cairo and to use #GdkColors,
+ * #GdkPixbufs and #GdkWindows as sources for drawing operations.
*/