>From 39693a72f8883c25c797ef41c97503384b9a6199 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Gerhard=20G=C3=B6tz?= Date: Sat, 21 Mar 2009 22:21:10 +0100 Subject: [PATCH] Fix gdk_pixbuf_save_to_buffer[v] binding --- vapi/gdk-pixbuf-2.0.vapi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vapi/gdk-pixbuf-2.0.vapi b/vapi/gdk-pixbuf-2.0.vapi index b93ad04..0555a2e 100644 --- a/vapi/gdk-pixbuf-2.0.vapi +++ b/vapi/gdk-pixbuf-2.0.vapi @@ -48,8 +48,8 @@ namespace Gdk { public unowned Gdk.Pixbuf rotate_simple (Gdk.PixbufRotation angle); public void saturate_and_pixelate (Gdk.Pixbuf dest, float saturation, bool pixelate); public bool save (string filename, string type, ...) throws GLib.Error; - public bool save_to_buffer (string buffer, size_t buffer_size, string type, ...) throws GLib.Error; - public bool save_to_bufferv (string buffer, size_t buffer_size, string type, string[] option_keys, string[] option_values) throws GLib.Error; + public bool save_to_buffer (out string buffer, out size_t buffer_size, string type, ...) throws GLib.Error; + public bool save_to_bufferv (out string buffer, out size_t buffer_size, string type, string[] option_keys, string[] option_values) throws GLib.Error; public bool save_to_callback (Gdk.PixbufSaveFunc save_func, string type) throws GLib.Error; public bool save_to_callbackv (Gdk.PixbufSaveFunc save_func, string type, string[] option_keys, string[] option_values) throws GLib.Error; public bool save_to_stream (GLib.OutputStream stream, string type, GLib.Cancellable cancellable) throws GLib.Error; -- 1.5.6.3