vala r2403 - in trunk: . vapi vapi/packages/gdk-pixbuf-2.0
- From: tvermeir svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r2403 - in trunk: . vapi vapi/packages/gdk-pixbuf-2.0
- Date: Tue, 27 Jan 2009 17:26:07 +0000 (UTC)
Author: tvermeir
Date: Tue Jan 27 17:26:07 2009
New Revision: 2403
URL: http://svn.gnome.org/viewvc/vala?rev=2403&view=rev
Log:
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
Modified:
trunk/ChangeLog
trunk/vapi/gdk-pixbuf-2.0.vapi
trunk/vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0.metadata
Modified: trunk/vapi/gdk-pixbuf-2.0.vapi
==============================================================================
--- trunk/vapi/gdk-pixbuf-2.0.vapi (original)
+++ trunk/vapi/gdk-pixbuf-2.0.vapi Tue Jan 27 17:26:07 2009
@@ -55,7 +55,7 @@
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; }
Modified: trunk/vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0.metadata
==============================================================================
--- trunk/vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0.metadata (original)
+++ trunk/vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0.metadata Tue Jan 27 17:26:07 2009
@@ -13,6 +13,7 @@
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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]