diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-10-04 03:04:09 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-10-04 03:04:09 +0200 |
commit | 4e71a4df7b4368954925401d0f028ddecd00004a (patch) | |
tree | c06427fbf4f83e30780916e2adaeba4cf70d110c /gdk/gdkcairo.c | |
parent | 5a30dad53108fe3ffa269a4ad7597980adee4580 (diff) | |
download | gtk+-4e71a4df7b4368954925401d0f028ddecd00004a.tar.gz |
docs: Move documentation to inline comments: cairo_interaction
Diffstat (limited to 'gdk/gdkcairo.c')
-rw-r--r-- | gdk/gdkcairo.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c index c1670eb566..61bfd3cb01 100644 --- a/gdk/gdkcairo.c +++ b/gdk/gdkcairo.c @@ -26,6 +26,23 @@ /** + * SECTION:cairo_interaction + * @Short_description: Functions to support using Cairo + * @Title: Cairo Interaction + * + * <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. + * + * 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. + */ + + +/** * gdk_cairo_create: * @drawable: a #GdkDrawable * |