summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-io.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@src.gnome.org>2005-12-30 06:02:04 +0000
committerJonathan Blandford <jrb@src.gnome.org>2005-12-30 06:02:04 +0000
commit4faad6e726b088c0dc91ad7b46e5c391c4d716d6 (patch)
tree97ae51e05bb146d1026134d8bd7a1a84a46b25c9 /gdk-pixbuf/gdk-pixbuf-io.c
parentaa7bbb11a1a3537f31daed07f33c79ce4537b19d (diff)
downloadgdk-pixbuf-4faad6e726b088c0dc91ad7b46e5c391c4d716d6.tar.gz
minor doc edit
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-io.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index 238fb0ff6..e8a70288e 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -2201,10 +2201,10 @@ gdk_pixbuf_format_set_disabled (GdkPixbufFormat *format,
* gdk_pixbuf_format_get_license:
* @format: a #GdkPixbufFormat
*
- * Returns information about the license of the image loader
- * for the format. The returned string should be a shorthand for
- * a wellknown license, e.g. "LGPL", "GPL", "QPL", "GPL/QPL",
- * or "other" to indicate some other license.
+ * Returns information about the license of the image loader for the format. The
+ * returned string should be a shorthand for a wellknown license, e.g. "LGPL",
+ * "GPL", "QPL", "GPL/QPL", or "other" to indicate some other license. This
+ * string should be freed with g_free() when it's no longer needed.
*
* Returns: a string describing the license of @format.
*