summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-10-21 18:24:44 +0200
committerBastien Nocera <hadess@hadess.net>2014-10-21 18:24:44 +0200
commitc4a5f4889ce44877f5b5c104ce828219cc6baf95 (patch)
tree2e154057e153ddcf3335759932c8b2d1a02bbc45 /gdk-pixbuf/gdk-pixbuf.c
parent09b3fc03284ac4f9a4f466ba908f9cd7309b2ced (diff)
downloadgdk-pixbuf-c4a5f4889ce44877f5b5c104ce828219cc6baf95.tar.gz
doc: Update supported options
Document the "multipage" option added in commit 09b3fc03284ac4f9a4f466ba908f9cd7309b2ced
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c
index 655252107..6ea8a1bf7 100644
--- a/gdk-pixbuf/gdk-pixbuf.c
+++ b/gdk-pixbuf/gdk-pixbuf.c
@@ -897,7 +897,8 @@ gdk_pixbuf_fill (GdkPixbuf *pixbuf,
* options for cursor definitions. The PNG loader provides the tEXt ancillary
* chunk key/value pairs as options. Since 2.12, the TIFF and JPEG loaders
* return an "orientation" option string that corresponds to the embedded
- * TIFF/Exif orientation tag (if present).
+ * TIFF/Exif orientation tag (if present). Since 2.32, the TIFF loader sets
+ * the "multipage" option string to "yes" when a multi-page TIFF is loaded.
*
* Return value: the value associated with @key. This is a nul-terminated
* string that should not be freed or %NULL if @key was not found.