diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-07-18 23:23:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-07-18 23:23:43 -0400 |
commit | f563d206b47cbcbf936cf78aaa8375cbc7de7a4c (patch) | |
tree | 01e2c7b65b2ae43cabb420c1dd9345a1825e7c9e /NEWS | |
parent | 98870187005dc6035fe88472d5c6b3f3e95618f3 (diff) | |
download | gdk-pixbuf-f563d206b47cbcbf936cf78aaa8375cbc7de7a4c.tar.gz |
2.31.02.31.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2.31.0 +====== + +* To improve the situation for language bindings, pixbufs can now + be constructed from data in GBytes, and pixbuf data can also be + extracted in this form. The GBytes data is treated as readonly, + and gdk_pixbuf_get_pixels() will create a copy. To avoid this + copy, a new function gdk_pixbuf_read_pixels() was introduced + which returns a const pointer to the data without copying. + 2.30.8 ====== |