[gdk-pixbuf] 2.31.0



commit f563d206b47cbcbf936cf78aaa8375cbc7de7a4c
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jul 18 23:23:43 2014 -0400

    2.31.0

 NEWS |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index d774d69..da38dde 100644
--- a/NEWS
+++ b/NEWS
@@ -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
 ======
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]