summaryrefslogtreecommitdiff
path: root/vapi/gdk-pixbuf-2.0.vapi
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2009-01-27 17:26:07 +0000
committerThijs Vermeir <tvermeir@src.gnome.org>2009-01-27 17:26:07 +0000
commit7a8ea825ddbb506b534a4f496636d5a039da0312 (patch)
tree52d1ed72f5eb79159be1213fb21cd9fa4150e6c4 /vapi/gdk-pixbuf-2.0.vapi
parent9a2065667b5157254f74927540dfc1badffaf645 (diff)
downloadvala-7a8ea825ddbb506b534a4f496636d5a039da0312.tar.gz
Fix binding for gdk_pixbuf_scale_simple
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
Diffstat (limited to 'vapi/gdk-pixbuf-2.0.vapi')
-rw-r--r--vapi/gdk-pixbuf-2.0.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gdk-pixbuf-2.0.vapi b/vapi/gdk-pixbuf-2.0.vapi
index 37232519e..b93ad042e 100644
--- a/vapi/gdk-pixbuf-2.0.vapi
+++ b/vapi/gdk-pixbuf-2.0.vapi
@@ -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; }