summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-08-30 15:48:25 -0400
committerCosimo Cecchi <cosimo@endlessm.com>2016-04-06 10:02:31 -0700
commitc53c4701ef185e95a4905926aa7b31b110a85b15 (patch)
tree6621a9e3957b12f277ff0818db709cd633c1cc45 /docs
parentcaa466616e65bd8a584c006f7b46ada505631786 (diff)
downloadgdk-pixbuf-c53c4701ef185e95a4905926aa7b31b110a85b15.tar.gz
Add non-varargs versions of methods to save to stream
This is useful when the set of options you want to use changes according to specific conditions, and makes the stream-based API consistent with the others. https://bugzilla.gnome.org/show_bug.cgi?id=683063
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
index 274e9ddc3..d4a41008f 100644
--- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
+++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
@@ -91,7 +91,9 @@ gdk_pixbuf_save_to_callbackv
gdk_pixbuf_save_to_buffer
gdk_pixbuf_save_to_bufferv
gdk_pixbuf_save_to_stream
+gdk_pixbuf_save_to_streamv
gdk_pixbuf_save_to_stream_async
+gdk_pixbuf_save_to_streamv_async
gdk_pixbuf_save_to_stream_finish
</SECTION>