From: Rico Tzschichholz Date: Wed, 17 Jul 2013 18:16:02 +0000 (+0200) Subject: gdk-pixbuf-2.0: Update to 2.29.2 X-Git-Tag: 0.21.1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=378c6d28a4068ef558f6932a215d650e4bb36c7b;p=thirdparty%2Fvala.git gdk-pixbuf-2.0: Update to 2.29.2 --- diff --git a/vapi/gdk-pixbuf-2.0.vapi b/vapi/gdk-pixbuf-2.0.vapi index 660b4b01b..b2addc734 100644 --- a/vapi/gdk-pixbuf-2.0.vapi +++ b/vapi/gdk-pixbuf-2.0.vapi @@ -3,7 +3,7 @@ [CCode (cprefix = "Gdk", gir_namespace = "GdkPixbuf", gir_version = "2.0", lower_case_cprefix = "gdk_")] namespace Gdk { [CCode (cheader_filename = "gdk-pixbuf/gdk-pixbuf.h")] - public class Pixbuf : GLib.Object, GLib.Icon { + public class Pixbuf : GLib.Object, GLib.Icon, GLib.LoadableIcon { [CCode (has_construct_function = false)] public Pixbuf (Gdk.Colorspace colorspace, bool has_alpha, int bits_per_sample, int width, int height); public Gdk.Pixbuf add_alpha (bool substitute_color, uint8 r, uint8 g, uint8 b); @@ -146,6 +146,7 @@ namespace Gdk { [CCode (has_construct_function = false)] public PixbufLoader.with_type (string image_type) throws GLib.Error; public bool write ([CCode (array_length_cname = "count", array_length_pos = 1.1, array_length_type = "gsize")] uint8[] buf) throws GLib.Error; + public bool write_bytes (GLib.Bytes buffer) throws GLib.Error; public virtual signal void area_prepared (); public virtual signal void area_updated (int x, int y, int width, int height); public virtual signal void closed ();