+2009-01-27 Thijs Vermeir <thijsvermeir@gmail.com>
+
+ * vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0.metadata:
+
+ Fix binding for gdk_pixbuf_scale_simple
+
+ * vapi/gdk-pixbuf-2.0.vapi: regenerated
+
2009-01-26 Jürg Billeter <j@bitron.ch>
* vapi/posix.vapi:
public bool save_to_stream (GLib.OutputStream stream, string type, GLib.Cancellable cancellable) throws GLib.Error;
public bool savev (string filename, string type, out unowned string option_keys, out unowned string option_values) throws GLib.Error;
public void scale (Gdk.Pixbuf dest, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, Gdk.InterpType interp_type);
- public unowned Gdk.Pixbuf scale_simple (int dest_width, int dest_height, Gdk.InterpType interp_type);
+ public Gdk.Pixbuf scale_simple (int dest_width, int dest_height, Gdk.InterpType interp_type);
[CCode (has_construct_function = false)]
public Pixbuf.subpixbuf (Gdk.Pixbuf src_pixbuf, int src_x, int src_y, int width, int height);
public int bits_per_sample { get; construct; }
gdk_pixbuf_save_to_bufferv.option_values is_array="1"
gdk_pixbuf_save_to_callbackv.option_keys is_array="1"
gdk_pixbuf_save_to_callbackv.option_values is_array="1"
+gdk_pixbuf_scale_simple transfer_ownership="1"
gdk_pixbuf_loader_write.count hidden="1"
GdkPixdata is_value_type="1"
GdkPixdata.pixel_data is_array="1"