]> Pileus Git - ~andy/gtk/commitdiff
docs: Update cairo-related docs
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Oct 2010 14:53:44 +0000 (10:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 Oct 2010 15:29:55 +0000 (11:29 -0400)
gdk/gdkcairo.c

index 563725ccff1600b6d546a333d43e58c9cb62f699..ee7561ab3de7d09945571f5d5e6517351f2abf2d 100644 (file)
  *
  * <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.
  */