]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-pixbuf-2.0: Remove custom.vala file, use metadata instead.
authorEvan Nemerson <evan@coeus-group.com>
Thu, 5 Aug 2010 19:07:58 +0000 (12:07 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Fri, 6 Aug 2010 04:35:37 +0000 (21:35 -0700)
vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0-custom.vala [deleted file]
vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0.metadata

diff --git a/vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0-custom.vala b/vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0-custom.vala
deleted file mode 100644 (file)
index 862331e..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/* gdk-pixbuf-2.0-custom.vala
- *
- * Copyright (C) 2010  Jakob Westhoff
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
- *
- * Author:
- *  Jakob Westhoff <jakob@westhoffswelt.de>
- */
-
-namespace Gdk {
-       public class Pixbuf {
-               public bool save_to_buffer ([CCode (array_length_type = "gsize")] out char[] buffer, string type, ...) throws GLib.Error;
-               public bool save_to_bufferv ([CCode (array_length_type = "gsize")] out char[] buffer, string type, string[] option_keys, string[] option_values) throws GLib.Error;
-    }
-}
index 1f08d484badeeca69722cd9453c36cdaa5fa8bc4..89d651fa787c0ad26e4dee23f4b60db76ed66dbc 100644 (file)
@@ -11,8 +11,11 @@ gdk_pixbuf_new_from_stream_at_scale.cancellable nullable="1"
 gdk_pixbuf_new_from_xpm_data.data is_array="1" no_array_length="1"
 gdk_pixbuf_new_from_inline.data is_array="1" no_array_length="1"
 gdk_pixbuf_save ellipsis="1"
-gdk_pixbuf_save_to_buffer hidden="1"
-gdk_pixbuf_save_to_bufferv hidden="1"
+gdk_pixbuf_save_to_buffer*.buffer type_name="char" is_array="1" array_length_type="gsize" is_out="1" transfer_ownership="1"
+gdk_pixbuf_save_to_buffer*.buffer_size hidden="1"
+gdk_pixbuf_save_to_buffer ellipsis="1"
+gdk_pixbuf_save_to_bufferv.option_keys is_array="1"
+gdk_pixbuf_save_to_bufferv.option_values is_array="1"
 gdk_pixbuf_save_to_callback ellipsis="1"
 gdk_pixbuf_save_to_callbackv.option_keys is_array="1"
 gdk_pixbuf_save_to_callbackv.option_values is_array="1"