diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-01-03 07:55:55 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-01-10 07:57:19 -0500 |
commit | 984ec9999c2e632541f2fdeac24d759f1613f822 (patch) | |
tree | 8e6eec19b5431d748e14d491f78f5411acbb7cc2 | |
parent | 0a5474ac687a786051787f7d110a2cadf566c781 (diff) | |
download | gdk-pixbuf-984ec9999c2e632541f2fdeac24d759f1613f822.tar.gz |
Update docs for GDK_PIXBUF_FORMAT_THREADSAFE
It is mandatory now.
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-io.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.h b/gdk-pixbuf/gdk-pixbuf-io.h index 3d151dd93..e1908c78e 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.h +++ b/gdk-pixbuf/gdk-pixbuf-io.h @@ -291,9 +291,8 @@ gboolean gdk_pixbuf_set_option (GdkPixbuf *pixbuf, * GdkPixbufFormatFlags: * @GDK_PIXBUF_FORMAT_WRITABLE: the module can write out images in the format. * @GDK_PIXBUF_FORMAT_SCALABLE: the image format is scalable - * @GDK_PIXBUF_FORMAT_THREADSAFE: the module is threadsafe. If this flag is not - * set, &gdk-pixbuf; will use a lock to prevent multiple threads from using - * this module at the same time. (Since 2.6) + * @GDK_PIXBUF_FORMAT_THREADSAFE: the module is threadsafe. &gdk-pixbuf; + * ignores modules that are not marked as threadsafe. (Since 2.28). * * Flags which allow a module to specify further details about the supported * operations. |