summaryrefslogtreecommitdiff
path: root/rsvg-file-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsvg-file-util.c')
-rw-r--r--rsvg-file-util.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/rsvg-file-util.c b/rsvg-file-util.c
index 295fb8e0..a1b67b61 100644
--- a/rsvg-file-util.c
+++ b/rsvg-file-util.c
@@ -24,6 +24,15 @@
Author: Raph Levien <raph@artofcode.com>
*/
+/**
+ * SECTION: rsvg-pixbuf
+ * @short_description: How to render SVGs into GdkPixbufs, for easy use in GTK+
+ * applications
+ *
+ * GdkPixbuf is a library for image loading and manipulation. It is part of the
+ * cross-platform GTK+ widget toolkit.
+ */
+
#include "config.h"
#include "rsvg.h"
#include "rsvg-private.h"