]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix binding for gdk_pixbuf_scale_simple
authorThijs Vermeir <thijsvermeir@gmail.com>
Tue, 27 Jan 2009 17:26:07 +0000 (17:26 +0000)
committerThijs Vermeir <tvermeir@src.gnome.org>
Tue, 27 Jan 2009 17:26:07 +0000 (17:26 +0000)
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

svn path=/trunk/; revision=2403

ChangeLog
vapi/gdk-pixbuf-2.0.vapi
vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0.metadata

index a36aa9010377212d709ba2f62b801d47ed675bfa..90a917d18f632dc9e61324c2045dc7d15cbedf66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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:
index 37232519e86f261fe126d4724d5853b067af101d..b93ad042e6884cb2d5b22d5da785d60153ae94fc 100644 (file)
@@ -55,7 +55,7 @@ namespace Gdk {
                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; }
index 123ddd6d963c161068ee22cc38993bc16bf61a34..2e6084ed174734a78dfa6aa0e20c97f85bc7bb66 100644 (file)
@@ -13,6 +13,7 @@ gdk_pixbuf_save_to_bufferv.option_keys is_array="1"
 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"